From fdc7c225f4efa88cb7f3a24baa588a6333cffb98 Mon Sep 17 00:00:00 2001 From: integrarepara Date: Thu, 22 Jan 2026 08:01:49 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1adir=20captain-definition?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- captain-definition | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 captain-definition diff --git a/captain-definition b/captain-definition new file mode 100644 index 0000000..34ec63f --- /dev/null +++ b/captain-definition @@ -0,0 +1,12 @@ +{ + "schemaVersion": 2, + "dockerfileLines": [ + "FROM node:18-alpine", + "WORKDIR /usr/src/app", + "COPY package*.json ./", + "RUN npm install", + "COPY . .", + "EXPOSE 3000", + "CMD [ \"node\", \"index.js\" ]" + ] +} \ No newline at end of file