1 Commits
0.0.2 ... 0.0.3

Author SHA1 Message Date
330d34702f dockerfile fix
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m9s
2025-05-19 15:25:34 +03:00

View File

@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
# Определяем команду запуска приложения # Определяем команду запуска приложения
CMD ["python", "main.py"] CMD ["python", "src/main.py"]