dockerfile fix
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m9s
All checks were successful
Build and Push Docker Image / build-and-push (release) Successful in 1m9s
This commit is contained in:
@ -14,4 +14,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Определяем команду запуска приложения
|
# Определяем команду запуска приложения
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "src/main.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user