mirror of
https://github.com/MrSedan/neuro-reply-bot-reworked.git
synced 2026-01-14 13:39:42 +03:00
create Dockerfile.dev
This commit is contained in:
11
Dockerfile.dev
Normal file
11
Dockerfile.dev
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.11-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN pip install jurigged
|
||||
|
||||
CMD [ "python", "-m", "jurigged", "-v", "main.py" ]
|
||||
Reference in New Issue
Block a user