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.
|
- #!/bin/bash
-
- source .env
-
- docker build -t sim-client:$VERSION --build-arg VERSION=$VERSION --build-arg GRAPHQL_SERVER=$GRAPHQL_SERVER client
- docker build -t sim-server:$VERSION --build-arg VERSION=$VERSION --build-arg SERVER_PORT=$SERVER_PORT server
|