6 lines
60 B
Docker
6 lines
60 B
Docker
FROM gitea/gitea:1.11.2
|
|
|
|
COPY . ${WORKDIR}
|
|
|
|
EXPOSE 80:3000
|