sistema creado v0.5.0
This commit is contained in:
7
worker/Dockerfile
Normal file
7
worker/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
# planilla/api/Dockerfile
|
||||
FROM node:18-alpine
|
||||
WORKDIR /app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
CMD ["`npm", "start"]
|
||||
Reference in New Issue
Block a user