Add captain-definition
This commit is contained in:
parent
f16496b285
commit
af65a8da13
1 changed files with 10 additions and 0 deletions
10
captain-definition
Normal file
10
captain-definition
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"schemaVersion": 2,
|
||||
"dockerfileLines": [
|
||||
"FROM node as build",
|
||||
"COPY . /app",
|
||||
"WORKDIR /app",
|
||||
"RUN npm i",
|
||||
"CMD npm run start"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue