Merge pull request #353 from naman1608/fix-docker-pupeteer-skip
[FIX] modify frontend dockerfile to skip puppeteer download
This commit is contained in:
commit
228870f8fc
@ -6,6 +6,9 @@ WORKDIR /app
|
|||||||
# Copy package.json and yarn.lock
|
# Copy package.json and yarn.lock
|
||||||
COPY package.json yarn.lock /app/
|
COPY package.json yarn.lock /app/
|
||||||
|
|
||||||
|
# Set the environment variable to skip Puppeteer download
|
||||||
|
ENV PUPPETEER_SKIP_DOWNLOAD=true
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user