diff --git a/Dockerfile b/Dockerfile index cdf7dfd..0126719 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM node:18.16-alpine RUN apk update && apk upgrade RUN apk add git net-tools COPY . . -RUN npm install +RUN npm ci RUN npm run build EXPOSE 80