Skip to content

Commit 5b3df08

Browse files
authored
fix dockerfile for uv (#791)
1 parent c1da21c commit 5b3df08

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/agentfs/examples/python.uv.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ COPY . .
5757
# This ensures the application can read/write files as needed
5858
RUN chown -R appuser:appuser /app
5959

60+
# Set working directory
61+
WORKDIR /app
62+
6063
# Switch to the non-privileged user for all subsequent operations
6164
# This improves security by not running as root
6265
USER appuser

0 commit comments

Comments
 (0)