Skip to content

Commit

Permalink
fix(docker): update base image for Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 21, 2023
1 parent 041d082 commit e6b5726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/docker.app.env
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SYSTEM_HOSTNAME=${SYSTEM_HOSTNAME:-"$(hostname)"} # The hostname of the Docker c

IMAGE_TAG="${VERSION}-${VARIANT}" # The tag of the Docker image
IMAGE_NAME="${DOCKER_USERNAME}/${DOCKER_NAME}" # The full name of the Docker image
BUILD_FROM="${CONTAINTER_REGISTRY}/entelecheia/hyperfast-docker-base:latest" # The base image for the Docker build
BUILD_FROM="${CONTAINTER_REGISTRY}/entelecheia/hyperfast-docker:latest-base" # The base image for the Docker build

WORKSPACE_ROOT="/home/${USERNAME}/workspace" # The workspace directory on the host machine
CONTAINER_WORKSPACE_ROOT="/workspace" # The workspace directory in the Docker container
Expand Down

0 comments on commit e6b5726

Please sign in to comment.