Update port number

This commit is contained in:
TheMaddax 2025-06-25 14:32:28 -05:00
parent 5eee3362ae
commit 79bd626dcd

View file

@ -6,6 +6,8 @@ services:
context: ./frontend context: ./frontend
dockerfile: Dockerfile dockerfile: Dockerfile
pull_policy: build pull_policy: build
ports:
- "806:3000"
environment: environment:
- NODE_ENV=production - NODE_ENV=production
env_file: env_file: