mirror of
https://github.com/r-freeman/portfolio.git
synced 2025-06-28 00:40:20 +00:00
8 lines
108 B
Bash
Executable File
8 lines
108 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cat > docker-compose.prod.yaml <<EOF
|
|
services:
|
|
ports:
|
|
- "${SERVER_IP}:3000:3000"
|
|
EOF
|