feat: Updated docker file
Server Deploy / deploy (push) Successful in 2m35s

This commit is contained in:
2026-07-28 16:04:51 +01:00
parent f46fb7fc0e
commit bc6c7cdb5a
9 changed files with 83 additions and 97 deletions
-4
View File
@@ -162,10 +162,6 @@ jobs:
# DOCS_BASE_URL must match the proxy location that routes to
# this container and the directory the image serves from.
docker build \
--build-arg DOCS_URL="${{ vars.DOCS_URL }}" \
--build-arg DOCS_BASE_URL="${{ vars.DOCS_BASE_URL }}" \
--build-arg APP_URL="${{ vars.APP_URL }}" \
--build-arg HQ_URL="${{ vars.HQ_URL }}" \
-t "$IMAGE" \
-f docsite/Dockerfile docsite/
docker push "$IMAGE"