- Create Docker image from the folder containing ./Dockerfile
docker build -t utor:1.1 .
Takes approx. 1500s
- Run docker compose in the folder where ./docker-compose.yml is and open it in VS code:
docker compose up
Watch out for volume location, fix it accordingly
Takes approx. 105s