+ Приведены все функции приложения в рабочий вид
+ Наведен порядок в файлах проекта + Наведен порядок в документации + Настроены скрипты установки, развертки и так далее, расширен MakeFile
This commit is contained in:
13
scripts/rebuild_no_cache.sh
Executable file
13
scripts/rebuild_no_cache.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# scripts/rebuild_no_cache.sh
|
||||
# Build and restart containers without cache
|
||||
|
||||
echo "Building containers without cache..."
|
||||
docker compose build --no-cache
|
||||
|
||||
echo "Bringing up containers..."
|
||||
docker compose up -d
|
||||
|
||||
echo "Containers are up"
|
||||
Reference in New Issue
Block a user