mirror of
https://github.com/Redume/Kekkai-web.git
synced 2025-01-09 16:23:45 +03:00
chore: deleted docker
This commit is contained in:
parent
e93f15f7e6
commit
0daff1dd1d
2 changed files with 0 additions and 23 deletions
13
Dockerfile
13
Dockerfile
|
@ -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"]
|
|
@ -1,10 +0,0 @@
|
|||
services:
|
||||
kekkai-web:
|
||||
build: .
|
||||
ports:
|
||||
- '9000:9000'
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
kekkai-web:
|
||||
driver: local
|
Loading…
Add table
Reference in a new issue