Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 244 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 244 Bytes

Create image:

  1. docker build -t auth-service .
  2. docker build -t post-service .
  3. docker build -t file-service .

Github Submodule:

  1. Add: git submodule add file-service
  2. Remove cache: git rm --cached file-service