@ -29,5 +29,8 @@ src/Squidex/Assets/*.*
# Build
.drone.yml
build.ps1
build.sh
# Documentation
CHANGELOG.md
@ -1,5 +1,5 @@
# Build the image
docker build . -t squidex-build-image -f dockerfile.build
docker build . -t squidex-build-image -f Dockerfile.build
# Open the image
docker create --name squidex-build-container squidex-build-image