Browse Source

Ignore more files.

pull/342/head
Sebastian Stehle 7 years ago
parent
commit
bc51dbeba7
  1. 3
      .dockerignore
  2. 2
      build.sh

3
.dockerignore

@ -29,5 +29,8 @@ src/Squidex/Assets/*.*
# Build # Build
.drone.yml .drone.yml
build.ps1
build.sh
# Documentation # Documentation
CHANGELOG.md CHANGELOG.md

2
build.sh

@ -1,5 +1,5 @@
# Build the image # Build the image
docker build . -t squidex-build-image -f dockerfile.build docker build . -t squidex-build-image -f Dockerfile.build
# Open the image # Open the image
docker create --name squidex-build-container squidex-build-image docker create --name squidex-build-container squidex-build-image

Loading…
Cancel
Save