We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca3d51 commit fff981cCopy full SHA for fff981c
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ RUN set -ex && mkdir /home/node/websocket-echo-server
6
WORKDIR /home/node/websocket-echo-server
7
8
COPY package*.json ./
9
-RUN set -ex && npm ci --production
+RUN set -ex && npm ci --omit=dev
10
11
COPY --chown=node:node . .
12
0 commit comments