From 2e63bf7683b930019b6fb60ea88d62e0845b166f Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 27 Oct 2023 12:21:05 +0100 Subject: [PATCH] 77 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2066dc..ce90b3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ FROM node:alpine WORKDIR /usr/src/app COPY package*.json ./ RUN npm install -RUN npx tsc -b COPY . . +RUN npx tsc -b CMD [ "npm", "start" ] \ No newline at end of file