We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146e5c2 commit 120d687Copy full SHA for 120d687
Dockerfile
@@ -6,7 +6,7 @@ RUN apk update --no-cache \
6
WORKDIR /app
7
COPY ./scripts/entrypoint.sh /scripts/entrypoint.sh
8
COPY requirements.txt requirements.txt
9
-RUN pip install -r --no-cache-dir requirements.txt
+RUN pip install --no-cache-dir -r requirements.txt
10
RUN apk del .build-deps
11
COPY . .
12
EXPOSE 8000
0 commit comments