We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd86b2 commit 24d4a89Copy full SHA for 24d4a89
Dockerfile
@@ -1,5 +1,7 @@
1
FROM python:3
2
3
-RUN pip install --no-cache-dir -r ./requirements.txt
+ADD . .
4
+
5
+RUN pip install --no-cache-dir -r requirements.txt
6
7
CMD [ "python", "loremricksum.py" ]
0 commit comments