Skip to content

Commit fbddb50

Browse files
committed
f
1 parent 996aa12 commit fbddb50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ RUN chmod +x /usr/local/bin/init-firewall.sh && \
111111
echo "node ALL=(root) NOPASSWD: /usr/local/bin/init-firewall.sh" > /etc/sudoers.d/node-firewall && \
112112
chmod 0440 /etc/sudoers.d/node-firewall
113113

114-
# USER node
114+
USER node
115115
ENV \
116116
NODE_OPTIONS="--max-old-space-size=4096" \
117117
CLAUDE_CONFIG_DIR="/home/node/.claude" \

0 commit comments

Comments
 (0)