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

T4

parent eec8db90
No related merge requests found
FROM python:3
WORKDIR /usr/app
COPY /home/ssdark/Desktop/T4-docker.py .
CMD ["python", "T4-docker.py"]
#First, create a Python code that prints "Hello World from Python".
print( "Hello World from Python")
\ No newline at end of file
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