mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
fix cors build
This commit is contained in:
parent
ed1774a247
commit
c0ed8f61fc
1 changed files with 4 additions and 2 deletions
|
|
@ -48,13 +48,15 @@ if [ "$APP" = "cors" ]; then
|
||||||
pushd ./react-frontend
|
pushd ./react-frontend
|
||||||
echo "Building frontend"
|
echo "Building frontend"
|
||||||
docker build -t "$CLIENT_FULL_NAME" .
|
docker build -t "$CLIENT_FULL_NAME" .
|
||||||
docker push "$SERVER_FULL_NAME"
|
docker push "$CLIENT_FULL_NAME"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
pushd ./rust
|
pushd ./rust
|
||||||
echo "Building bot"
|
echo "Building server"
|
||||||
docker build -t "$SERVER_FULL_NAME" -f Dockerfile.server .
|
docker build -t "$SERVER_FULL_NAME" -f Dockerfile.server .
|
||||||
docker push "$SERVER_FULL_NAME"
|
docker push "$SERVER_FULL_NAME"
|
||||||
|
|
||||||
|
echo "Building bot"
|
||||||
docker build -t "$BOT_FULL_NAME" -f Dockerfile.bot .
|
docker build -t "$BOT_FULL_NAME" -f Dockerfile.bot .
|
||||||
docker push "$BOT_FULL_NAME"
|
docker push "$BOT_FULL_NAME"
|
||||||
popd
|
popd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue