diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,16 +1,14 @@ #!/bin/bash env_file=.env.prod -started_in=$PWD export $(cat $env_file | xargs) +docker build . -t chessh/server + cd front docker build \ --build-arg REACT_APP_GITHUB_OAUTH=${REACT_APP_GITHUB_OAUTH} \ --build-arg REACT_APP_SSH_SERVER=${REACT_APP_SSH_SERVER} \ --build-arg REACT_APP_SSH_PORT=${REACT_APP_SSH_PORT} \ . -t chessh/frontend - -cd $started_in -docker build . -t chessh/server |
