diff --git a/Dockerfile b/Dockerfile index c6ce7c7..a225ff3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,5 +3,4 @@ COPY requirements.txt /app/ WORKDIR /app RUN pip install -r requirements.txt COPY . . -VOLUME [ "/mnt" ] CMD ["python3", "bot.py"] \ No newline at end of file