Skip to content

Commit 24d4a89

Browse files
author
belldavidr
committed
Dockerfile syntax
1 parent efd86b2 commit 24d4a89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:3
22

3-
RUN pip install --no-cache-dir -r ./requirements.txt
3+
ADD . .
4+
5+
RUN pip install --no-cache-dir -r requirements.txt
46

57
CMD [ "python", "loremricksum.py" ]

0 commit comments

Comments
 (0)