chore: deleted docker

This commit is contained in:
Данил 2025-01-02 15:52:34 +03:00
parent e93f15f7e6
commit 0daff1dd1d
2 changed files with 0 additions and 23 deletions

View file

@ -1,13 +0,0 @@
FROM python:3.12
WORKDIR /
COPY ./requirements.txt ./
RUN pip3 install --no-cache-dir --upgrade -r ./requirements.txt
COPY . .
EXPOSE 9000
CMD ["python", "main.py"]

View file

@ -1,10 +0,0 @@
services:
kekkai-web:
build: .
ports:
- '9000:9000'
restart: unless-stopped
volumes:
kekkai-web:
driver: local