From 480d70d1c2cd262fcd8d61d4d11f9351ffcc488c Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 27 Oct 2023 12:20:25 +0100 Subject: [PATCH] what --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 362f430..e2066dc 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 +RUN npx tsc -b COPY . . CMD [ "npm", "start" ] \ No newline at end of file