We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669eeca commit ab7604cCopy full SHA for ab7604c
1 file changed
Dockerfile
@@ -7,9 +7,7 @@ COPY . .
7
8
ENV NODE_ENV="production"
9
10
-RUN apk update \
11
- && apk add --no-cache gcompat \
12
- && npm ci \
+RUN npm ci \
13
&& npm link \
14
&& npm cache clean --force
15
0 commit comments