Browse Source

docker npm ci

pull/1/head
Georg Spar 1 year ago
parent
commit
65d57871ed
  1. 2
      Dockerfile

2
Dockerfile

@ -3,7 +3,7 @@ FROM node:18.16-alpine
RUN apk update && apk upgrade RUN apk update && apk upgrade
RUN apk add git net-tools RUN apk add git net-tools
COPY . . COPY . .
RUN npm install RUN npm ci
RUN npm run build RUN npm run build
EXPOSE 80 EXPOSE 80

Loading…
Cancel
Save