Actualizar captain-definition
This commit is contained in:
parent
80e1e62094
commit
6001c24be4
|
|
@ -3,9 +3,9 @@
|
|||
"dockerfileLines": [
|
||||
"FROM node:20-alpine",
|
||||
"WORKDIR /app",
|
||||
"COPY . .",
|
||||
"RUN rm -rf node_modules package-lock.json",
|
||||
"COPY package*.json ./",
|
||||
"RUN npm install",
|
||||
"COPY . .",
|
||||
"EXPOSE 10000",
|
||||
"CMD [\"node\", \"server.js\"]"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue