diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/build.sh b/build.sh deleted file mode 100755 index 5781727..0000000 --- a/build.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -env_file=.env.prod - -export $(cat $env_file | xargs) - -docker build . -t chessh/server - -cd front -docker build \ - --build-arg REACT_APP_DISCORD_OAUTH=${REACT_APP_DISCORD_OAUTH} \ - --build-arg REACT_APP_SSH_SERVER=${REACT_APP_SSH_SERVER} \ - --build-arg REACT_APP_SSH_PORT=${REACT_APP_SSH_PORT} \ - . -t chessh/frontend |
