feat: Add internal symlink
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
64d5f63da0
commit
60c7d05201
1 changed files with 4 additions and 0 deletions
|
@ -8,4 +8,8 @@ FROM codeberg.org/forgejo/forgejo:1.18.3-2
|
||||||
COPY entrypoint-wrapper parse-database-url /usr/bin/
|
COPY entrypoint-wrapper parse-database-url /usr/bin/
|
||||||
RUN chmod 755 /usr/bin/entrypoint-wrapper /usr/bin/parse-database-url
|
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"]
|
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]
|
||||||
|
|
Loading…
Reference in a new issue