Update GameDig dependency to 4.1.0 and revert compressjs fix. (#1939)

* Update GD to 4.1.0 and revert compressjs fix

* Update package-lock
This commit is contained in:
CosminPerRam 2023-09-09 16:18:38 +03:00 committed by GitHub
parent 95635fca04
commit 2ee6881376
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 43 additions and 74 deletions

View file

@ -52,8 +52,6 @@ COPY --link --chown=1000:1000 /public ./public/
# Copy files from builder
COPY --link --from=builder --chown=1000:1000 /app/.next/standalone ./
COPY --link --from=builder --chown=1000:1000 /app/.next/static/ ./.next/static/
# see https://github.com/benphelps/homepage/issues/1795
COPY --link --from=builder /app/node_modules/.pnpm/compressjs@1.0.3/node_modules/compressjs/lib/ ./node_modules/.pnpm/compressjs@1.0.3/node_modules/compressjs/lib/
COPY --link --chmod=755 docker-entrypoint.sh /usr/local/bin/
RUN apk add --no-cache su-exec