FROM gitea/gitea:1.11.3
EXPOSE 3000
COPY . ${WORKDIR}
COPY sbin/* /sbin/
RUN apk --no-cache add mysql-client
ENTRYPOINT ["/sbin/entrypoint.sh"]