Изменил название переменных окружения, добавил переменную для title

This commit is contained in:
Ilia Miheev
2026-08-02 20:40:37 +03:00
parent 3650ffa3cd
commit 54b912c900
4 changed files with 62 additions and 62 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ Or:
```
docker build -t irandom .
docker run --rm -p 8080:80 ^
-e VUE_APP_NAME=LuckyPenguin ^
-e VUE_APP_COLOR_PRIMARY=#3DDC97 ^
-e IRANDOM_NAME=LuckyPenguin ^
-e IRANDOM_COLOR_PRIMARY=#3DDC97 ^
irandom
```