Обновить Dockerfile
This commit is contained in:
parent
104b7795ee
commit
0a18f2eee2
|
@ -15,4 +15,4 @@ COPY . /app
|
||||||
EXPOSE 5000
|
EXPOSE 5000
|
||||||
|
|
||||||
# Command to run the application
|
# Command to run the application
|
||||||
CMD ["python", "app.py"]
|
CMD ["python", "app/app.py"]
|
Loading…
Reference in New Issue