fix: update docker-compose to use pre-built image instead of build context
All checks were successful
Deploy Production / deploy (push) Successful in 1m14s

This commit is contained in:
Frank John Begornia
2026-01-13 00:56:11 +08:00
parent 12301bbd48
commit 5126161f47

View File

@@ -1,8 +1,6 @@
services:
tablejerseys-web:
build:
context: .
dockerfile: Dockerfile
image: tablejerseys-web:latest
container_name: tablejerseys-web
# ports:
# - "3001:3000" # Using 3001 to avoid conflict with other apps on port 3000