forked from polka_billy/porridger
Updated deployment instructions and container
This commit is contained in:
@ -11,4 +11,4 @@ COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
||||
COPY ./back ./back
|
||||
COPY --from=builder /src/dist ./front/dist
|
||||
CMD uvicorn back.main:app --host 0.0.0.0 --port 80
|
||||
CMD python -m back.main
|
||||
|
Reference in New Issue
Block a user