Skip to content

Commit

Permalink
More debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
BippyMiester committed Aug 8, 2024
1 parent 6137689 commit 00b92d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/carbon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ RUN curl -fsSL https://deb.nodesource.com/setup_20.x -o nodesource_setup.sh \
&& npm --version

# Install Websocket NPM Package
WORKDIR /usr
RUN ls -la
RUN mkdir /node_modules \
&& echo $(pwd) \
&& whereis npm \
&& npm install ws \
&& echo "Done" \
&& useradd -d /home/container -m container

Expand Down

0 comments on commit 00b92d5

Please sign in to comment.