Compare commits

..

No commits in common. "18094fae3cfc06a037ea8d3923457767205aba6a" and "ccd7dfb0e0ac9401dd66203b3ca4630592f7b45a" have entirely different histories.

View file

@ -5,6 +5,7 @@ ENV PATH /app/node_modules/.bin:$PATH
COPY package.json ./
COPY package-lock.json ./
RUN npm ci --silent
RUN npm audit fix
COPY . ./
RUN npm run build