4 lines
79 B
Docker
4 lines
79 B
Docker
|
FROM gitea/gitea:latest
|
||
|
COPY app.ini /init/
|
||
|
COPY run.sh /
|
||
|
CMD ["sh", "/run.sh"]
|