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