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