You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
249B

  1. #!/bin/bash
  2. source .env
  3. docker build -t sim-client:$VERSION --build-arg VERSION=$VERSION --build-arg GRAPHQL_SERVER=$GRAPHQL_SERVER client
  4. docker build -t sim-server:$VERSION --build-arg VERSION=$VERSION --build-arg SERVER_PORT=$SERVER_PORT server