DEPRECATED: Use the community maintained https://tangled.sh/@tangled.sh/knot-docker instead

fix pushing, thanks to @mtelvers.tunbury.org for the report

Changed files
+1 -1
+1 -1
Dockerfile
···
COPY ssh_host_ed25519_key.pub /etc/ssh
RUN chmod 600 /etc/ssh/ssh_host_ed25519_key
RUN chmod 644 /etc/ssh/ssh_host_ed25519_key.pub
-
CMD ["/bin/sh", "-c", "chown -R git:git /home/git && /usr/sbin/sshd && su-exec git knotserver"]
···
COPY ssh_host_ed25519_key.pub /etc/ssh
RUN chmod 600 /etc/ssh/ssh_host_ed25519_key
RUN chmod 644 /etc/ssh/ssh_host_ed25519_key.pub
+
CMD ["/bin/sh", "-c", "passwd -u git && chown -R git:git /home/git && /usr/sbin/sshd && su-exec git knotserver"]