diff --git a/captain-definition b/captain-definition new file mode 100644 index 0000000..fe2fa16 --- /dev/null +++ b/captain-definition @@ -0,0 +1,10 @@ +{ + "schemaVersion": 2, + "dockerfileLines": [ + "FROM node as build", + "COPY . /app", + "WORKDIR /app", + "RUN npm i", + "CMD npm run start" + ] +} \ No newline at end of file