Update Dockerfile
This commit is contained in:
@@ -32,4 +32,5 @@ RUN \
|
|||||||
echo 'root:root' | chpasswd && \
|
echo 'root:root' | chpasswd && \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
ENTRYPOINT ["/usr/bin/tini", "--", "/usr/sbin/sshd", "-D", "-e"]
|
ENTRYPOINT ["/usr/bin/tini", "--"]
|
||||||
|
CMD ["/usr/sbin/sshd", "-D", "-e"]
|
||||||
|
|||||||
Reference in New Issue
Block a user