mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 03:59:17 +00:00
feat: agregamos dockerfile y webserver a starters
agregamos dockerfile y webserver a starters
This commit is contained in:
7
starters/apps/base-wweb-json/Dockerfile
Normal file
7
starters/apps/base-wweb-json/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:lts-bullseye as bot
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm i
|
||||
COPY . .
|
||||
ARG PORT
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user