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 1af870c commit aebbc4aCopy full SHA for aebbc4a
1 file changed
ssh-container/Dockerfile
@@ -1,8 +1,8 @@
1
FROM ghcr.io/nearnodeflash/nnf-dm-copy-offload:0.1.19
2
3
# Build arguments for user UID/GID
4
-ARG USER_UID=1234
5
-ARG USER_GID=1234
+ARG USER_UID=1060
+ARG USER_GID=100
6
7
# Set environment variables
8
ENV USER_UID=${USER_UID}
0 commit comments