address dockerfile feedback, further work on entrypoint
This commit is contained in:
parent
5a0579f03a
commit
190607cf35
2 changed files with 51 additions and 23 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue