experimental production script

This commit is contained in:
b1ek 2023-03-12 01:59:45 +10:00
parent 7c3ff9b699
commit 888823c9d6
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 9 additions and 0 deletions

9
prod.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
cp docker-compose.prod docker-compose.yml
cp Dockerfile.prod Dockerfile
docker-compose build
echo -e "\033[1;32mProduction environment set up successfully\033[0m"
echo -e "Start it up with \033[1;32mdocker-compose up -d\033[0m!\n"