0) Complete Docker build scriptes. 1) Refactor storage dir struct for release. 2) Add a common 'user_config' model. 3)More friendly CLI experience

This commit is contained in:
Liu Zhicong
2023-09-17 18:18:54 -07:00
parent 4df0b74745
commit a20f331e8f
13 changed files with 382 additions and 59 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/bash
pipreqs ./src --force
# Build the docker image
docker build -t aios .