Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 819 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 819 Bytes

Docker Compose Resources

Images

docker-compose.yml will to be added

ce

runner

sameersbn

Scripts

ref: Makefile

  • build and push image: make all [tag=latest]
  • build image: make build [tag=latest]
  • push image: make push [tag=latest]
  • run container: make run [tag=latest]
  • list all tags: make | make list