Try removing unneeded stuff

ymlfmt
shamoon 3 weeks ago
parent cb54b98e62
commit fa8ef87179
No known key found for this signature in database

@ -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

Loading…
Cancel
Save