优化dmdb脚本

This commit is contained in:
allencai
2026-01-22 17:32:30 +08:00
parent c54eea076a
commit 3e50a6db9f
3 changed files with 17 additions and 18 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
#!/bin/bash
docker build -t dmdb:8 .
docker build --no-cache -t dmdb:8 .