More dependency cleanups

This commit is contained in:
AaronDewes 2022-08-09 15:29:54 +00:00
parent 38746b86fd
commit e1d6224570
3 changed files with 1 additions and 8 deletions

View file

@ -63,7 +63,6 @@ COPY --chown=app:app server server
COPY --chown=app:app --from=builder /app/dist dist
RUN npm ci --production && npm cache clean --force
RUN mkdir -p /app/.config/configstore
RUN ln -s dist/version.json version.json
ENV PORT=1443