Обновить Dockerfile

This commit is contained in:
Xanders25 2024-12-16 18:33:45 +02:00
parent 104b7795ee
commit 0a18f2eee2
1 changed files with 18 additions and 18 deletions

View File

@ -15,4 +15,4 @@ COPY . /app
EXPOSE 5000
# Command to run the application
CMD ["python", "app.py"]
CMD ["python", "app/app.py"]