We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63086df commit 8ecf2ffCopy full SHA for 8ecf2ff
1 file changed
Dockerfile
@@ -29,6 +29,7 @@ RUN hatch build \
29
# Create a clean venv for runtime and install the wheel
30
RUN python -m venv /app \
31
&& /app/bin/pip install --upgrade pip wheel setuptools \
32
+ && /app/bin/pip install -r requirements.txt \
33
&& /app/bin/pip install dist/*.whl
34
35
0 commit comments