Skip to content

Commit

Permalink
script to build web image
Browse files Browse the repository at this point in the history
  • Loading branch information
matt--williams committed Dec 3, 2024
1 parent 338a17c commit 6acb372
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_web.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
docker build --platform linux/amd64 --build-arg CLIENT='me' \
--build-arg API_URL=$1'-aeqt.cme.openhbx.org' \
--build-arg PATH='/app/node_modules/.bin' \
-f .docker/production/Dockerfile.web -t $2:me-aeqt-web-$1 .
sleep 10
docker push $2:me-aeqt-web-$1

0 comments on commit 6acb372

Please sign in to comment.