We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f41897 commit 4c1c601Copy full SHA for 4c1c601
Dockerfile
@@ -14,5 +14,5 @@ RUN apt-get update -y && \
14
apt-get clean
15
16
COPY . /app
17
-
+RUN pip install .
18
ENTRYPOINT [ "python", "./main.py" ];
0 commit comments