Merge pull request 'Update' (#147) from infra/bugfix into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #147
This commit is contained in:
cami 2021-07-12 21:14:16 +00:00
commit 18094fae3c

View file

@ -5,7 +5,6 @@ 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