@ -2,7 +2,7 @@ FROM node:lts-alpine
WORKDIR /app
COPY . .
RUN npm install
RUN npm ci
RUN npm run build
CMD ["npm", "start"]