FROM gitea/gitea:1.11.3
EXPOSE 3000
COPY . ${WORKDIR}
COPY sbin/* /sbin/
ENTRYPOINT ["/sbin/entrypoint.sh"]