Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 330d34702f |
@ -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