Hardened the Docker build of the Website service target.
This commit is contained in:
@@ -20,8 +20,11 @@ HOST_USER=
|
||||
# Name of the Docker image to pull/run.
|
||||
IMAGE_NAME=website
|
||||
|
||||
# Platform of the Docker image to pull/run.
|
||||
IMAGE_PLATFORM=linux/arm64
|
||||
# Platform of the deployment image
|
||||
IMAGE_PLATFORM=linux/amd64
|
||||
|
||||
# Platform of the *local* build only (docker-compose.override.yml)
|
||||
BUILD_PLATFORM=linux/arm64
|
||||
|
||||
# Tag of the image to pull/run.
|
||||
# Use a semver in production; avoid `latest` so rollbacks are unambiguous.
|
||||
|
||||
Reference in New Issue
Block a user