mirror of
https://github.com/cheveguerra/botGuna.git
synced 2026-04-17 19:37:07 +00:00
Update Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user