diff --git a/Dockerfile.cockpit b/Dockerfile.cockpit index 1ed4f1f..13f424c 100644 --- a/Dockerfile.cockpit +++ b/Dockerfile.cockpit @@ -30,7 +30,7 @@ RUN /usr/sbin/remotectl certificate --ensure --user=root --group=cockpit-ws --selinux-type= # Start the service -RUN /usr/lib/cockpit/cockpit-ws -p 9092 +ENTRYPOINT /usr/lib/cockpit/cockpit-ws -p 9092 # Enable the services # RUN apt-get install -y systemd