From b3d03c54ed807e42df40e76ba2c21af5b2a7fe6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Wed, 19 Jun 2024 12:05:56 +0200 Subject: [PATCH] Aktualizovat Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c209ac..620530f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,4 @@ COPY start.sh /opt/start.sh RUN chmod +x /opt/adjust.sh RUN chmod +x /opt/start.sh -CMD ["/bin/bash", "/opt/start.sh"] \ No newline at end of file +ENTRYPOINT ["/bin/bash", "/opt/start.sh"] \ No newline at end of file