Update Dockerfile

This commit is contained in:
2023-01-15 20:47:13 -06:00
committed by GitHub
parent 487ba83f7c
commit 4b5aabf09a

View File

@@ -1,6 +1,5 @@
FROM node:18-alpine as node
WORKDIR /app
# Installs latest Chromium (92) package.
RUN apk add --no-cache \
chromium \
@@ -21,4 +20,4 @@ COPY . .
RUN npm install puppeteer@10.0.0
RUN npm install
CMD ["npm", "start"]
CMD ["npm", "start"]