Updated Dockerfile
This commit is contained in:
@@ -7,4 +7,4 @@ COPY requirements.txt .
|
|||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
CMD ["python", "backend/app.py"]
|
CMD ["python", "main.py"]
|
||||||
Reference in New Issue
Block a user