Skip to content

Commit

Permalink
exlude puppeteer from docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
dannycoates committed Jul 29, 2020
1 parent dd59605 commit 9bd96a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 9bd96a9

Please sign in to comment.