diff options
author | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-11 23:37:47 -0700 |
---|---|---|
committer | Simponic <elizabeth.hunt@simponic.xyz> | 2023-02-11 23:37:47 -0700 |
commit | 7568b614447eb0d6f93a578837d1d5ea79e71936 (patch) | |
tree | 3849fb0f773f4fec0c77f32025048f3bd55a6a6e /buildscripts/docker/build.sh | |
parent | e5ac660413fd8e2879706cfb06c476aae9164b31 (diff) | |
download | chessh-7568b614447eb0d6f93a578837d1d5ea79e71936.tar.gz chessh-7568b614447eb0d6f93a578837d1d5ea79e71936.zip |
Format buildscripts (pretty unsubstantial but needed to happen :3)
Diffstat (limited to 'buildscripts/docker/build.sh')
-rwxr-xr-x | buildscripts/docker/build.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/buildscripts/docker/build.sh b/buildscripts/docker/build.sh index a33be21..5771384 100755 --- a/buildscripts/docker/build.sh +++ b/buildscripts/docker/build.sh @@ -7,7 +7,7 @@ export $(cat $env_file | xargs) docker build ../.. -t chessh/server 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} \ - ../../front -t chessh/frontend + --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} \ + ../../front -t chessh/frontend |