From 79c7113bce02d18d764b53885636e239a933f71d Mon Sep 17 00:00:00 2001 From: timofey <tim@ongoteam.yaconnect.com> Date: Thu, 3 Nov 2022 04:44:13 +0000 Subject: [PATCH] those are definitely ops, not dev --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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"]