commit e96a7b18cb0acd2bb4844516c2badbb32737d2b9 Author: marsalva Date: Thu Dec 25 23:11:33 2025 +0000 AƱadir dockerfile diff --git a/dockerfile b/dockerfile new file mode 100644 index 0000000..b9a942f --- /dev/null +++ b/dockerfile @@ -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"] \ No newline at end of file