Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 205 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 205 Bytes

ecms (api)

building the docker Image

docker build -t home-api .

starting and stopping

Start in the background with

docker-compose up -d

Stop with

docker-compose down