Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 183 Bytes

File metadata and controls

15 lines (10 loc) · 183 Bytes

Docker

From the root directory, run:

docker-compose -f Docker/docker-compose.yml up --build

Cleanup

For cleaning up after you're done:

docker system prune -a