box-project/box but Dockerized - https://box-project.github.io/box
4.3K
box-project/box, but dockerized! 🐋
^20.10docker run -it --rm -v $(pwd):/app backdevs/box:latest compile
This will mount the current working directory to the /app directory inside the container and run box compile inside that directory.
For more advanced configuration options, please refer to the official box configuration documentation.
docker build \
--build-arg BOX_VERSION=4.3.8 \
--build-arg COMPOSER_VERSION=2.5.5 \
--tag backdevs/box:4.3.8 \
--tag backdevs/box:latest \
.
Content type
Image
Digest
sha256:48e678414…
Size
47.4 MB
Last updated
6 months ago
docker pull backdevs/box