Skip to content

Commit 4c688d4

Browse files
Update python
1 parent 3b72f60 commit 4c688d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ RUN groupadd -r -g 1000 appgroup \
3939
&& mkdir -p /app/instance \
4040
&& chown -R appuser:appgroup /app
4141

42-
# Copy installed packages from builder stage
43-
COPY --from=builder /usr/local/lib/python3.13/site-packages /usr/local/lib/python3.13/site-packages
42+
# Copy installed packages from builder stage (version-agnostic)
43+
COPY --from=builder /usr/local/lib/ /usr/local/lib/
4444
COPY --from=builder /usr/local/bin /usr/local/bin
4545

4646
# Copy application files and set ownership

0 commit comments

Comments
 (0)