clone3 commited on
Commit
0b6318e
·
verified ·
1 Parent(s): 0327234

Update Dockerfile

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