diff --git a/prod.sh b/prod.sh new file mode 100644 index 0000000..790f2a6 --- /dev/null +++ b/prod.sh @@ -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" \ No newline at end of file