Update Dockerfile

Attempt to fix deploy issue
This commit is contained in:
Craig Osterhout 2022-10-25 15:25:44 -07:00 committed by GitHub
parent 9c04beffd0
commit 2551e2481a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ RUN --mount=type=bind,target=.,rw \
set -eu
CONFIG_FILES="_config.yml"
if [ "${JEKYLL_ENV}" = "production" ]; then
CONFIG_FILES="${CONFIG_FILES},_config_prod.yml"
CONFIG_FILES="${CONFIG_FILES},_config_production.yml"
elif [ "${DOCS_URL}" = "https://docs-stage.docker.com" ]; then
CONFIG_FILES="${CONFIG_FILES},_config_stage.yml"
fi