mirror of
https://github.com/r-freeman/portfolio.git
synced 2025-06-27 18:50:20 +00:00
Some checks failed
Build And Publish / BuildAndPublish (push) Failing after 7s
9 lines
130 B
Bash
Executable File
9 lines
130 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat > docker-compose.prod.yaml <<EOF
|
|
services:
|
|
portfolio_frontend:
|
|
ports:
|
|
- "${SERVER_IP}:3000:3000"
|
|
EOF
|