Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 |
-
|
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"]
|
|