6 lines
89 B
Docker
6 lines
89 B
Docker
FROM gitea/gitea:1.11.2
|
|
|
|
COPY app.json ${GOPATH}/src/code.gitea.io/gitea
|
|
|
|
EXPOSE 80:3000
|