We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996aa12 commit fbddb50Copy full SHA for fbddb50
1 file changed
Dockerfile
@@ -111,7 +111,7 @@ RUN chmod +x /usr/local/bin/init-firewall.sh && \
111
echo "node ALL=(root) NOPASSWD: /usr/local/bin/init-firewall.sh" > /etc/sudoers.d/node-firewall && \
112
chmod 0440 /etc/sudoers.d/node-firewall
113
114
-# USER node
+USER node
115
ENV \
116
NODE_OPTIONS="--max-old-space-size=4096" \
117
CLAUDE_CONFIG_DIR="/home/node/.claude" \
0 commit comments