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 41c29e3 commit d1b7673Copy full SHA for d1b7673
Dockerfile
@@ -1,6 +1,7 @@
1
FROM python:slim
2
3
WORKDIR /app
4
+RUN ls -l
5
COPY requirements.lock ./
6
RUN PYTHONDONTWRITEBYTECODE=1 pip install --no-cache-dir -r requirements.lock
7
0 commit comments