address dockerfile feedback, further work on entrypoint

This commit is contained in:
Merith 2024-09-25 13:00:54 -07:00
parent 5a0579f03a
commit 190607cf35
2 changed files with 51 additions and 23 deletions

View file

@ -38,8 +38,7 @@ LABEL maintainer="contact@forgejo.org" \
ENV HOME=/data
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
COPY --chmod=555 entrypoint.sh /entrypoint.sh
WORKDIR /data