Created
September 22, 2018 03:01
-
-
Save allanchua101/2c46aee915c0446e7bc1911a3dbd45ad to your computer and use it in GitHub Desktop.
Containerizing the gateways.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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