Trying a captain deploy.
This commit is contained in:
parent
22084d98c3
commit
e0ed3c4ca8
11
captain-definition
Normal file
11
captain-definition
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"schemaVersion" : 2,
|
||||
"templateId" : "node/8.7.0",
|
||||
"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\" ]"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user