Añadir dockerfile
This commit is contained in:
commit
e96a7b18cb
|
|
@ -0,0 +1,7 @@
|
|||
# robot-multiasistencia/Dockerfile
|
||||
FROM node:18-alpine
|
||||
WORKDIR /app
|
||||
COPY package.json ./
|
||||
RUN npm install --only=production
|
||||
COPY . .
|
||||
CMD ["node", "index.js"]
|
||||
Loading…
Reference in New Issue