mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-04-22 10:42:10 +00:00
4 lines
116 B
Bash
Executable File
4 lines
116 B
Bash
Executable File
#!/usr/bin/env sh
|
|
cd ..
|
|
docker-compose -f docker/docker-compose.yml -f docker/docker-compose.prod.yml up -d --build
|