Añadir Dockerfile
This commit is contained in:
parent
de8d17c38b
commit
10d8f005bc
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"schemaVersion": 2,
|
||||
"dockerfileLines": [
|
||||
"FROM mcr.microsoft.com/playwright:v1.40.0-focal",
|
||||
"WORKDIR /usr/src/app",
|
||||
"COPY package*.json ./",
|
||||
"RUN npm install",
|
||||
"COPY . .",
|
||||
"EXPOSE 3000",
|
||||
"CMD [ \"node\", \"robot_cobros.js\" ]"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue