Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 247 Bytes

File metadata and controls

21 lines (14 loc) · 247 Bytes

tinyhacknews-docker

used for start tinyhacknews WEB.

build + start

docker-compose --env-file .env up --build  -d

start

docker-compose --env-file .env start

stop

docker-compose --env-file .env stop