diff --git a/scripts/deploy.sh b/scripts/deploy.sh index e2c9e48..0f5508d 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -46,7 +46,7 @@ docker login "${GITEA_REGISTRY}" # 2. Build the Docker image with the full name and tag. # We pass the root of the repo as the build context. echo "--> Building image: ${FULL_IMAGE_NAME}..." -docker build -t "${FULL_IMAGE_NAME}" . +docker build -t "${FULL_IMAGE_NAME}" -f ./docker/Dockerfile . # 3. Push the built image to the Gitea registry. echo "--> Pushing image to registry..."