mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 22:02:57 +00:00
更新 README 文件中的示例命令,将 .env.example 文件重命名为 .env,以确保用户能够正确初始化环境配置并启动应用程序。
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ docker compose up -d
|
||||
# 示例
|
||||
git clone https://github.com/BetterAndBetterII/excalidraw-full.git
|
||||
cd excalidraw-full
|
||||
mv .env.example .env
|
||||
mv .env.example.dex .env
|
||||
touch ./excalidraw.db # 重要:初始化 SQLite 数据库,否则无法启动
|
||||
docker compose -f docker-compose.dex.yml up -d
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user