You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# создание .env файлв
$ cp .env.example .env
# внутри контейнера происходит вся сборка
$ DOCKER_BUILDKIT=1 docker-compose up -d
# для применения изменений после git pull
$ docker restart APP_NAME