exlude puppeteer from docker build
Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
parent
c44c4ba41c
commit
e0f51c7fde
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue