clone3 commited on
Commit
09dceae
·
verified ·
1 Parent(s): 4d7f338

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -53,4 +53,4 @@ RUN mkdir /var/run/sshd
53
  EXPOSE 80
54
 
55
  # Ensure services start correctly
56
- CMD ["/usr/sbin/sshd", "-D"] # Starts the SSH server in the foreground
 
53
  EXPOSE 80
54
 
55
  # Ensure services start correctly
56
+ CMD ["../../../usr/sbin/sshd", "-D"] # Starts the SSH server in the foreground