Revert "More dependency cleanups"

This reverts commit e1d6224570.
This commit is contained in:
timvisee 2022-09-04 12:26:09 +02:00
parent 1da317bcc1
commit 6306a433e8
No known key found for this signature in database
GPG key ID: B8DB720BC383E172
3 changed files with 8 additions and 1 deletions

View file

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