fix: update container port

This commit is contained in:
Henry
2025-05-15 12:47:20 +01:00
parent 68a5c270a6
commit 321e0b6837

View File

@@ -3,7 +3,7 @@ version: "3.7"
services: services:
web: web:
ports: ports:
- "3000:3000" - "3001:3000"
build: build:
context: . context: .
dockerfile: ./apps/web/Dockerfile dockerfile: ./apps/web/Dockerfile