Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 520 Bytes

03-containers.md

File metadata and controls

16 lines (10 loc) · 520 Bytes

I'll pack my bags and go

Managing dependencies is annoying, what's installed where and in which version?

It is tedious to set up each system that you want to run on.

Luckily you know how to use Docker!

Task

For both front and backend:

  • Create a Dockerfile containing your application code and requirements
  • Build the Docker image and make sure templates and static folders are included
  • Run the application in Docker with a docker-compose file
  • Check Dockerfile and compose file into your repository.