Обновить docker-compose.yml
This commit is contained in:
parent
74f29fac3e
commit
62b8073a0c
|
@ -17,7 +17,7 @@ services:
|
|||
|
||||
app:
|
||||
build:
|
||||
context: /home/py # Используем клонированный репозиторий для сборки
|
||||
context: /home/blues/py # Используем клонированный репозиторий для сборки
|
||||
dockerfile: Dockerfile
|
||||
working_dir: /app
|
||||
command: python app.py
|
||||
|
|
Loading…
Reference in New Issue