Update README.md

This commit is contained in:
Daniel Sanche 2020-02-21 15:57:30 -08:00 committed by GitHub
parent 7dd73bc023
commit ff53ae4d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,10 @@ Run the following command to restore dependencies to `vendor/` directory:
## Build ## Build
From repository root, run: From `src/shippingservice`, run:
``` ```
docker build --file src/shippingservice/Dockerfile . docker build ./
``` ```
## Test ## Test