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