This commit is contained in:
parent
1d94a0c1dc
commit
8295e63fe8
1 changed files with 2 additions and 2 deletions
|
@ -11,10 +11,10 @@ WORKDIR /usr/src/app
|
|||
ENV CHROME_BIN="/usr/bin/chromium-browser"\
|
||||
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
|
||||
|
||||
COPY . .
|
||||
|
||||
COPY package.json .
|
||||
RUN npm install puppeteer
|
||||
RUN npm install
|
||||
COPY . .
|
||||
|
||||
USER node
|
||||
EXPOSE 3000
|
||||
|
|
Loading…
Add table
Reference in a new issue