10 lines
No EOL
184 B
Text
10 lines
No EOL
184 B
Text
{
|
|
"schemaVersion": 2,
|
|
"dockerfileLines": [
|
|
"FROM node as build",
|
|
"COPY . /app",
|
|
"WORKDIR /app",
|
|
"RUN npm i",
|
|
"CMD npm run start"
|
|
]
|
|
} |