Aktualizovat Dockerfile
All checks were successful
Build ts3proxy / Explore-Gitea-Actions (push) Successful in 45s

This commit is contained in:
Radim Lipovčan 2023-11-17 16:58:52 +01:00
parent 4539148d0b
commit 169bde8c72

View File

@ -6,4 +6,4 @@ RUN mkdir /opt/ts3proxy
WORKDIR /opt/ts3proxy
COPY . .
RUN bash setup.sh
ENTRYPOINT ["python3 -m ts3proxy"]
ENTRYPOINT ["bash","python3","-m","ts3proxy"]