Try release hooks

This commit is contained in:
Luke Murphy
2020-03-12 18:55:51 +01:00
parent 448ad5d1db
commit 9a06eebbc1
4 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@ FROM gitea/gitea:1.11.2
COPY . ${WORKDIR}
RUN mkdir -p /app/
COPY postdeploy.sh /app/
COPY release.sh /app/
EXPOSE 3000