service-forgejo/Dockerfile

7 lines
192 B
Docker
Raw Normal View History

2022-08-15 10:01:39 +00:00
FROM gitea/gitea:1.16.9
2022-08-15 10:19:43 +00:00
COPY entrypoint-wrapper parse-database-url /usr/bin/
RUN chmod 755 /usr/bin/entrypoint-wrapper /usr/bin/parse-database-url
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]