Skip to content
Snippets Groups Projects
Commit 93b67b45 authored by RIZKALLAH ROUBA's avatar RIZKALLAH ROUBA
Browse files

Steps T4

parent 224f18d9
Branches
No related merge requests found
To build the dockerfile:
We first need to retrieve the python docker image on the official docker website https://hub.docker.com/_/python
.
Then we set a working directory and copy our python file to the Docker container. We don't need to install any dependencies so we need not to copy them or install anything using pip.
Finally, we define the command that the Docker application meeds to execute at the startup of the container. This command runs the Python script we copied into the Docker container.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment