Обновить Dockerfile

This commit is contained in:
Xanders25 2024-12-16 19:45:16 +02:00
parent 2daafa38af
commit 64cbcadddb
1 changed files with 1 additions and 1 deletions

View File

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