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 47d40f2 commit cb03218Copy full SHA for cb03218
Dockerfile
@@ -3,6 +3,7 @@ RUN mkdir /app
3
WORKDIR /app
4
COPY README.md .
5
COPY setup.py .
6
+COPY requirements.txt .
7
# Creating an empty src dir is a (hopefully) temporary hack to improve layer caching and speed up image builds
8
# todo fix once the Pipfile, setup.py, requirements.txt, pyprojec.toml build/dist story is figured out
9
RUN mkdir src && pip install -q .
0 commit comments