From 41a7ceac6bfc69f055ef871d2d5d962aa3c9eeec Mon Sep 17 00:00:00 2001 From: Felix Seiboldt <52862870+devilAPI@users.noreply.github.com> Date: Fri, 27 Dec 2024 17:58:34 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5e8df9e..5dcbcd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN chmod +x /home/container/start.sh EXPOSE 4533 # Set the default command to run the start.sh script -CMD ["/bin/bash", "/home/container/start.sh"] +CMD ["/home/container/start.sh"]