Synopsis
It is required to add Docker containerization for Polls application.
Technical details
Add Dockerfile to project structure:
polls/
...
docker/
Dockerfile
docker-entrypoint.sh
Acceptance criteria
For Polls application can be created a Docker image and therefore successfully run in container.
Synopsis
It is required to add Docker containerization for Polls application.
Technical details
Add
Dockerfileto project structure:Acceptance criteria
For Polls application can be created a Docker image and therefore successfully run in container.