bug/added docker volume

This commit is contained in:
Hayden 2021-01-24 12:16:21 -09:00
commit 35f7d796bb

View file

@ -34,7 +34,7 @@ COPY --from=build-stage /app/dist /app/dist
RUN rm -rf /app/test /app/.temp
VOLUME [ "/app_data/" ]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80"]
# ---------------------------------- #