Compare commits

..

2 commits

Author SHA1 Message Date
18094fae3c Merge pull request 'Update' (#147) from infra/bugfix into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #147
2021-07-12 21:14:16 +00:00
599f6a2e52 Update
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-07-12 23:13:53 +02:00

View file

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