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