Aktualizovat Dockerfile
All checks were successful
Build ts3proxy / Explore-Gitea-Actions (push) Successful in 4m40s
All checks were successful
Build ts3proxy / Explore-Gitea-Actions (push) Successful in 4m40s
This commit is contained in:
parent
80eb92a245
commit
4539148d0b
@ -2,7 +2,8 @@ FROM ubuntu:22.04 as base
|
||||
RUN apt-get update && \
|
||||
apt-get install nano python3 python3-pip python3-yaml -y && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
WORKDIR /opt/
|
||||
RUN mkdir /opt/ts3proxy
|
||||
WORKDIR /opt/ts3proxy
|
||||
COPY . .
|
||||
RUN bash setup.sh
|
||||
ENTRYPOINT ["ts3proxy"]
|
||||
ENTRYPOINT ["python3 -m ts3proxy"]
|
Loading…
Reference in New Issue
Block a user