added volume
This commit is contained in:
@@ -10,4 +10,6 @@ EXPOSE 80
|
||||
|
||||
COPY main.py /app/main.py
|
||||
|
||||
VOLUME /cache
|
||||
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
|
||||
|
||||
Reference in New Issue
Block a user