From ca363ac22edb439489aff4c6d3c05aabc6d3dbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= Date: Fri, 17 Nov 2023 16:43:06 +0100 Subject: [PATCH] Aktualizovat Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0881a0..e2a889b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,5 @@ FROM ubuntu:22.04 as base RUN apt-get update && \ apt-get install python3-yaml -y && \ rm -rf /var/lib/apt/lists/* -RUN ./setup.sh +RUN bash setup.sh ENTRYPOINT ["ts3proxy"] \ No newline at end of file