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