forgejo: expose port 3000
This commit is contained in:
parent
214af57898
commit
858003524b
1 changed files with 1 additions and 0 deletions
|
@ -10,4 +10,5 @@ COPY secrets/secret_key /etc/forgejo/secret_key
|
|||
COPY setup.sh /tmp/setup.sh
|
||||
RUN ./tmp/setup.sh
|
||||
USER git
|
||||
EXPOSE 3000
|
||||
CMD ["/usr/local/bin/forgejo", "-w", "/var/lib/forgejo", "-c", "/etc/forgejo/app.ini"]
|
||||
|
|
Loading…
Reference in a new issue