fix python imports
This commit is contained in:
@@ -6,6 +6,6 @@ COPY back/requirements.txt /code/requirements.txt
|
||||
|
||||
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
||||
|
||||
COPY back/ /code/
|
||||
COPY back/ /code/back
|
||||
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--proxy-headers"]
|
||||
CMD ["uvicorn", "back.main:app", "--host", "0.0.0.0", "--port", "8000", "--proxy-headers"]
|
||||
|
||||
Reference in New Issue
Block a user