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