Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 137 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 137 Bytes

Command to run

docker-compose up -d --build

View Container

docker ps

Go inside the container

docker exec -it 'container-id' bash