mirror of
https://github.com/SantaSpeen/Rcon-VK-Bot.git
synced 2026-04-23 16:37:12 +00:00
[+] Docker support
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM python:3.12.1-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY ./src .
|
||||
|
||||
CMD [ "python", "./main.py" ]
|
||||
Reference in New Issue
Block a user