6 lines
56 B
Docker
6 lines
56 B
Docker
FROM gitea/gitea:1.11.3
|
|
|
|
COPY . ${WORKDIR}
|
|
|
|
EXPOSE 3000
|