XIV-Character-Cards/captain-definition
2024-06-11 18:02:28 +10:00

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"
]
}