FROM gitea/gitea:1.14.5-rootless RUN mkdir -p /data/gitea EXPOSE 3000 CMD ["/usr/bin/gitea", "web"]