diff --git a/.dockerignore b/.dockerignore index 7ceb64a02..a3946b784 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,26 +1,5 @@ -# CI/Git Directories -.git -.cache -.buildkite -.github -coverage.txt -Dockerfile* - -# Node Modules Directories -**/node_modules - -# Documentation -docs -examples - -# Dot Files and Markdown -.* -*.md - -# Other -internal/server/public_html -authelia.service -bootstrap.sh +# Ignore All +* # Overrides !authelia-linux-* diff --git a/bootstrap.sh b/bootstrap.sh index 35b963fa4..21ad193ee 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -5,7 +5,8 @@ if [[ $(uname) == "Darwin" ]]; then exit fi -export PATH=$PATH:./cmd/authelia-scripts/:./.buildkite/steps/:$GOPATH/bin:./web/node_modules/.bin:/tmp +export PATH=$PATH:./cmd/authelia-scripts/:./.buildkite/steps/:$GOPATH/bin:./web/node_modules/.bin:/tmp \ +DOCKER_BUILDKIT=1 if [[ -z "$OLD_PS1" ]]; then OLD_PS1="$PS1"