feat(deploy): compose deploy fixed
All checks were successful
Build, Test and Deploy / test-backend (push) Successful in 1m20s
Build, Test and Deploy / build-and-push (push) Successful in 17s
Build, Test and Deploy / deploy (push) Successful in 6s

This commit is contained in:
2026-02-12 12:07:16 +01:00
parent 3da3e6c60c
commit 3e9745c7cc

View File

@@ -24,7 +24,7 @@ services:
image: ${REGISTRY_URL}/${REPO_OWNER}/print-calculator-frontend:${TAG}
container_name: print-calculator-frontend-${ENV}
ports:
- "${FRONTEND_PORT}:8008"
- "${FRONTEND_PORT}:80"
depends_on:
- backend
restart: always