From af65a8da13dadeb2078470d06c0ab9492430708a Mon Sep 17 00:00:00 2001 From: aly Date: Tue, 11 Jun 2024 18:02:28 +1000 Subject: [PATCH] Add captain-definition --- captain-definition | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 captain-definition 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