drive2 feed
This commit is contained in:
11
services/drive2/Dockerfile
Normal file
11
services/drive2/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM python:3.13
|
||||
|
||||
COPY ./reqs.txt /opt/feed-server/reqs.txt
|
||||
|
||||
RUN pip install --no-cache-dir --upgrade -r /opt/feed-server/reqs.txt
|
||||
|
||||
COPY ./app /opt/feed-server/app
|
||||
|
||||
WORKDIR /opt/feed-server/app
|
||||
|
||||
CMD ["fastapi", "run", "server.py", "--port", "80"]
|
||||
Reference in New Issue
Block a user