Skip to content

Commit 0edd57e

Browse files
don't copy python files in root
1 parent 0a71d06 commit 0edd57e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN pip install gunicorn
2828

2929
# Copy backend source code
3030
COPY src/ ./src/
31-
COPY *.py ./
31+
# COPY *.py ./
3232

3333
# Copy built frontend from previous stage
3434
COPY --from=frontend-build /app/dist ./dist

0 commit comments

Comments
 (0)