portfolio/compose.sh
Ryan Freeman 662302901d
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 1m54s
Update compose.sh
2025-06-10 15:49:50 +01:00

10 lines
134 B
Bash
Executable File

#!/bin/bash
cat > compose.prod.yaml <<EOF
services:
portfolio_frontend:
ports:
- "${SERVER_IP}:${SERVER_PORT}:3000"
EOF