FROM gitea/gitea:1.11.2

COPY . ${WORKDIR}

RUN mkdir -p /app/
COPY postdeploy.sh /app/

EXPOSE 3000
