From b9dbf3cd04fa81e28e0018b0b35ae35d84003890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Fri, 27 Sep 2024 22:38:32 +0200 Subject: [PATCH] Aktualizovat Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bc9efa..a01a201 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 -ENTRYPOINT ["/bin/bash", "/opt/start.sh"] \ No newline at end of file +ENTRYPOINT ["/bin/bash", "/opt/start.sh"]