Update compose.sh
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 1m54s

This commit is contained in:
Ryan Freeman 2025-06-10 15:49:50 +01:00 committed by GitHub
parent 58b17a676e
commit 662302901d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,6 @@ cat > compose.prod.yaml <<EOF
services: services:
portfolio_frontend: portfolio_frontend:
ports: ports:
- "${SERVER_PORT}:3000:3000" - "${SERVER_IP}:${SERVER_PORT}:3000"
EOF EOF