This won't work

This commit is contained in:
2023-05-16 02:52:28 -04:00
parent 8e43573209
commit 2b6e8de1a1
3 changed files with 24 additions and 7 deletions
+1 -7
View File
@@ -1,10 +1,4 @@
{
"schemaVersion" : 2,
"dockerfileLines": [
"FROM node:12-alpine",
"RUN mkdir -p /usr/src/app",
"COPY ./lifetracker-server /usr/src/app",
"RUN npm install && npm cache clean --force",
"CMD [ \"npm\", \"start\" ]"
]
"dockerfilePath": "./Dockerfile"
}