diff --git a/Dockerfile b/Dockerfile index 9f24388..861ef36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,4 @@ RUN apt-get install -y tor COPY requirements.txt requirements.txt RUN pip install -r requirements.txt COPY v6d3music v6d3music -ENV v6host=0.0.0.0 -ENV v6port=5930 CMD ["python3", "-m", "v6d3music.run-bot"]