initial commit
This commit is contained in:
11
captain-definition
Normal file
11
captain-definition
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"schemaVersion": 2,
|
||||
"dockerfileLines": [
|
||||
"FROM node",
|
||||
"WORKDIR /app",
|
||||
"COPY package*.json ./",
|
||||
"RUN npm install --production",
|
||||
"COPY . .",
|
||||
"CMD [\"node\", \"index.js\"]"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user