Full completed project
This commit is contained in:
4
testing/docker-test/dockerfile
Normal file
4
testing/docker-test/dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM python:3.9
|
||||
ADD main.py .
|
||||
#CMD [“python”, “./main.py”]
|
||||
CMD python ./main.py
|
||||
1
testing/docker-test/main.py
Normal file
1
testing/docker-test/main.py
Normal file
@@ -0,0 +1 @@
|
||||
print("Hello world")
|
||||
Reference in New Issue
Block a user