adding autocreate for admin user

This commit is contained in:
2022-08-02 10:53:25 -04:00
parent 063409bb88
commit 9aa234f229
2 changed files with 18 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ EXPOSE 22 3000
USER gitea:gitea
ENTRYPOINT ["/usr/bin/gitea"]
# ENTRYPOINT ["/usr/bin/gitea"]
ENTRYPOINT ["./start.sh"]
CMD ["web", "-c", "/data/app.ini"]
# CMD ["web", "-c", "/data/app.ini"]