mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-16 14:32:08 +08:00
Try removing unneeded stuff
This commit is contained in:
@@ -56,6 +56,10 @@ COPY --link --from=builder --chown=1000:1000 /app/.next/standalone ./
|
||||
COPY --link --from=builder --chown=1000:1000 /app/.next/static/ ./.next/static/
|
||||
COPY --link --chmod=755 docker-entrypoint.sh /usr/local/bin/
|
||||
|
||||
# Remove unnecessary files
|
||||
RUN rm -rf /app/.next/cache \
|
||||
&& rm -rf /app/node_modules/.pnpm
|
||||
|
||||
RUN apk add --no-cache su-exec
|
||||
|
||||
ENV HOSTNAME=0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user