Change dockerfile python path
This commit is contained in:
@@ -6,4 +6,4 @@ COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip3 install -r requirements.txt
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["app.py"]
|
||||
CMD ["web/app.py"]
|
||||
|
||||
Reference in New Issue
Block a user