Skip to content

Commit 6927594

Browse files
Update Dockerfile
fix: Docker build issues and Python packaging - Added setup.py for proper package installation - Updated Dockerfile to use regular package installation
1 parent ee25a8e commit 6927594

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ ENV PATH="/opt/venv/bin:$PATH"
4242

4343
# Copy application files (excluding .dockerignore patterns)
4444
COPY --chown=appuser:appuser setup.py .
45-
COPY --chown=appuser:appuser pyproject.toml .
4645
COPY --chown=appuser:appuser requirements.txt .
4746
COPY --chown=appuser:appuser src/ ./src/
4847
COPY --chown=appuser:appuser config/ ./config/

0 commit comments

Comments
 (0)