Updated Dockerfile
This commit is contained in:
parent
d53ffda0f2
commit
4c8d8101f7
@ -2,6 +2,6 @@ FROM python:3-slim
|
|||||||
WORKDIR /srv
|
WORKDIR /srv
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
||||||
COPY ./parser_api ./parser_api
|
COPY ./runner ./runner
|
||||||
COPY ./rosseti_parser ./rosseti_parser
|
COPY ./parser ./parser
|
||||||
CMD python -m uvicorn parser_api.main:app
|
CMD python -m runner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user