We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee7835 commit a96c7e9Copy full SHA for a96c7e9
Dockerfile
@@ -7,4 +7,4 @@ ENTRYPOINT ["/usr/local/bin/python"]
7
8
ADD requirements.txt /requirements.txt
9
10
-CMD ["pip", "install", "--no-cache-dir", "-r", "/requirements.txt"]
+RUN ["pip", "install", "--no-cache-dir", "-r", "/requirements.txt"]
0 commit comments