portfolio/docker_compose.sh
Ryan Freeman ea654c017e
Some checks failed
Build And Publish / BuildAndPublish (push) Failing after 7s
Update docker_compose.sh
2025-06-10 14:42:29 +01:00

9 lines
130 B
Bash
Executable File

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