6 lines
54 B
Docker
6 lines
54 B
Docker
FROM gitea/gitea:1.11.2
|
|
|
|
COPY . /app/
|
|
|
|
EXPOSE 80:3000
|