Added docker file

This commit is contained in:
Simeon Radivoev 2023-04-26 23:54:36 +03:00
commit 7343ac3219
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM gitea/gitea:latest
RUN echo 'PasswordAuthentication yes' >> /etc/ssh/sshd_config