We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee25a8e commit 6927594Copy full SHA for 6927594
Dockerfile
@@ -42,7 +42,6 @@ ENV PATH="/opt/venv/bin:$PATH"
42
43
# Copy application files (excluding .dockerignore patterns)
44
COPY --chown=appuser:appuser setup.py .
45
-COPY --chown=appuser:appuser pyproject.toml .
46
COPY --chown=appuser:appuser requirements.txt .
47
COPY --chown=appuser:appuser src/ ./src/
48
COPY --chown=appuser:appuser config/ ./config/
0 commit comments