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