feat: Add internal symlink
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-02-22 15:38:57 +01:00
parent 64d5f63da0
commit 60c7d05201

View file

@ -8,4 +8,8 @@ FROM codeberg.org/forgejo/forgejo:1.18.3-2
COPY entrypoint-wrapper parse-database-url /usr/bin/
RUN chmod 755 /usr/bin/entrypoint-wrapper /usr/bin/parse-database-url
RUN cd /usr/local/bin \
&& mv gitea forgejo \
&& ln -s forgejo gitea
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]