Skip to content

Commit a96c7e9

Browse files
fix: 🐛 use RUN instead of CMD
Signed-off-by: Mario Vejlupek <[email protected]>
1 parent dee7835 commit a96c7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ENTRYPOINT ["/usr/local/bin/python"]
77

88
ADD requirements.txt /requirements.txt
99

10-
CMD ["pip", "install", "--no-cache-dir", "-r", "/requirements.txt"]
10+
RUN ["pip", "install", "--no-cache-dir", "-r", "/requirements.txt"]

0 commit comments

Comments
 (0)