Skip to content

Instantly share code, notes, and snippets.

@allanchua101
Created September 22, 2018 03:01
Show Gist options
  • Save allanchua101/2c46aee915c0446e7bc1911a3dbd45ad to your computer and use it in GitHub Desktop.
Save allanchua101/2c46aee915c0446e7bc1911a3dbd45ad to your computer and use it in GitHub Desktop.
Containerizing the gateways.
docker build -t demo/authentication-api ./Authentication/
docker build -t demo/ledger-api ./Ledger/
docker build -t demo/catalog-api ./Catalog/
docker build -t demo/gateway-api ./Gateway/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment