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 5cae6bf commit 0c2ef38Copy full SHA for 0c2ef38
Dockerfile
@@ -15,7 +15,6 @@ COPY .env.template ./.env
15
RUN apk add --no-cache \
16
bash \
17
vim \
18
- && npm install \
19
&& npm ci --only=production --silent \
20
&& rm -rf /tmp/* /var/tmp/* /usr/share/doc/*
21
0 commit comments