From a5a509659870929749cb5a80f108497a9e093ec4 Mon Sep 17 00:00:00 2001 From: sbriat Date: Thu, 30 Mar 2023 10:32:17 +0200 Subject: [PATCH] lint pretty --- ci/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/Dockerfile b/ci/Dockerfile index a14d07c..26b388a 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -29,3 +29,5 @@ RUN npm run test:unit:ci RUN npm run lint:check RUN npm run pretty:check +# Start the server +CMD [ "node", "dist/main.js" ]