docker image updates

This commit is contained in:
Hayden 2021-01-09 13:13:16 -09:00
commit d81ea8ead5
3 changed files with 4 additions and 3 deletions

View file

@ -24,4 +24,6 @@ RUN rm -rf /app/test /app/temp
ENV ENV prod
VOLUME [ "/app/data" ]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "9000"]