Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 291 Bytes

File metadata and controls

17 lines (13 loc) · 291 Bytes

Build docker images

TIMER

$ cd timer/
$ docker build -t <your_repo>/timer:0.0.1 -f Dockerfile ./timer
$ docker push <your_repo>/timer:0.0.1

AUTH

$ cd auth/
$ docker build -t <your_repo>/auth:0.0.1 -f Dockerfile ./auth
$ docker push <your_repo>/auth:0.0.1