Skip to content

Commit 873935c

Browse files
committed
rm force-tty.js copy
1 parent 716b1b8 commit 873935c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,11 @@ RUN chmod +x /usr/local/bin/init-firewall.sh && \
125125
chmod 0440 /etc/sudoers.d/node-firewall
126126

127127
USER node
128-
COPY force-tty.js /home/node/.force-tty.js
129128
ENV \
130129
NODE_OPTIONS="--max-old-space-size=4096" \
131130
CLAUDE_CONFIG_DIR="/home/node/.claude" \
132131
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/go/bin:/usr/local/share/npm-global/bin \
133-
NODE_OPTIONS="--max-old-space-size=4096 --require /home/node/.force-tty.js"
132+
134133
COPY docker-entrypoint.sh /docker-entrypoint.sh
135134
COPY .bash_aliases /home/node/
136135

0 commit comments

Comments
 (0)