Aktualizovat Dockerfile
Build ts3proxy / Explore-Gitea-Actions (push) Successful in 51s Details

This commit is contained in:
Radim Lipovčan 2023-11-17 17:08:23 +01:00
parent 169bde8c72
commit c53e912236
1 changed files with 1 additions and 1 deletions

View File

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