We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 635a860 + ce81230 commit 82da13cCopy full SHA for 82da13c
1 file changed
Dockerfile
@@ -34,7 +34,6 @@ WORKDIR /app
34
ADD requirements.txt /app/requirements.txt
35
RUN pip install -r /app/requirements.txt
36
37
-# clone the project into /app
38
ADD . /app
39
40
# Create static resources
0 commit comments