mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-20 04:22:51 +01:00
Update Dockerfile
This commit is contained in:
+3
-2
@@ -14,11 +14,12 @@ RUN . $NVM_DIR/nvm.sh \
|
||||
&& apt-get install -y \
|
||||
dos2unix \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
RUN npm install -g npm
|
||||
|
||||
|
||||
ENV NODE_PATH $NVM_DIR/v$NODE_VERSION/lib/node_modules
|
||||
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
|
||||
|
||||
RUN npm install -g npm
|
||||
|
||||
# Build web control panel
|
||||
WORKDIR /repo/build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user