Aktualizovat Dockerfile
Build ts3proxy / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Radim Lipovčan 2023-11-17 16:46:43 +01:00
parent ca363ac22e
commit 8e2b715c83
1 changed files with 2 additions and 0 deletions

View File

@ -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"]