24
1
Fork 0

exlude puppeteer from docker build

This commit is contained in:
Danny Coates 2020-07-29 14:20:39 -07:00
parent dd59605f3e
commit 9bd96a9ec0
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 1 additions and 2 deletions

View File

@ -16,13 +16,12 @@ RUN set -x \
--home /app \
--uid 10001 \
app
RUN npm i -g npm
COPY --chown=app:app . /app
USER app
WORKDIR /app
RUN set -x \
# Build
&& npm ci \
&& PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true npm ci \
&& npm run build