Trying to fix deployment
This commit is contained in:
@@ -6,5 +6,5 @@ COPY requirements.txt .
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
COPY ./backend .
|
||||
CMD ["python", "app.py"]
|
||||
COPY . .
|
||||
CMD ["python", "backend/app.py"]
|
||||
Reference in New Issue
Block a user