diff --git a/.dockerignore b/.dockerignore index 6fbd4c9bd..9cb49913f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -29,5 +29,8 @@ src/Squidex/Assets/*.* # Build .drone.yml +build.ps1 +build.sh + # Documentation CHANGELOG.md \ No newline at end of file diff --git a/build.sh b/build.sh index 5e33380b8..1bd6b7e23 100644 --- a/build.sh +++ b/build.sh @@ -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