This is my DockerFile
# set base image (host OS) FROM python:3.8 # set the working directory in the container WORKDIR /code # command to run on container st