mirror of
https://github.com/SantaSpeen/Rcon-VK-Bot.git
synced 2025-07-01 23:35:55 +00:00
[+] ENV IN_DOCKER
This commit is contained in:
parent
186053f8ec
commit
c01ae2d812
@ -5,6 +5,7 @@ WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENV IN_DOCKER=1
|
||||
COPY ./src .
|
||||
|
||||
CMD [ "python", "./main.py" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user