Created docker environment for API
This commit is contained in:
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM python:3.11.7-slim-bookworm
|
||||
WORKDIR /app
|
||||
COPY src .
|
||||
RUN pip install -r requirements.txt
|
||||
CMD python3 app.py
|
Reference in New Issue
Block a user