modify frontend dockerfile to skip puppeteer download
This commit is contained in:
parent
5a62fce52d
commit
a73b1f6dc3
@ -6,6 +6,9 @@ WORKDIR /app
|
||||
# Copy package.json and yarn.lock
|
||||
COPY package.json yarn.lock /app/
|
||||
|
||||
# Set the environment variable to skip Puppeteer download
|
||||
ENV PUPPETEER_SKIP_DOWNLOAD=true
|
||||
|
||||
# Install dependencies
|
||||
RUN yarn install
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user