Update docker_compose.sh
Some checks failed
Build And Publish / BuildAndPublish (push) Failing after 7s

This commit is contained in:
Ryan Freeman 2025-06-10 14:42:29 +01:00 committed by GitHub
parent 47f107846a
commit ea654c017e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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