Attempt to load CHECKS/apps.json file

This commit is contained in:
Luke Murphy 2020-03-11 19:07:25 +01:00
parent a776360a30
commit fefe374985
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM gitea/gitea:1.11.2
COPY CHECKS ${GOPATH}/src/code.gitea.io/gitea
COPY . /app/
EXPOSE 80:3000