We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1da21c commit 5b3df08Copy full SHA for 5b3df08
1 file changed
pkg/agentfs/examples/python.uv.Dockerfile
@@ -57,6 +57,9 @@ COPY . .
57
# This ensures the application can read/write files as needed
58
RUN chown -R appuser:appuser /app
59
60
+# Set working directory
61
+WORKDIR /app
62
+
63
# Switch to the non-privileged user for all subsequent operations
64
# This improves security by not running as root
65
USER appuser
0 commit comments