Add app.json into right location

This commit is contained in:
Luke Murphy 2020-03-10 12:49:34 +01:00
parent 25366491bd
commit 242c4877c7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 0 deletions

View File

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