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:
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
pipreqs ./src --force
|
||||
# Build the docker image
|
||||
docker build -t aios .
|
||||
Reference in New Issue
Block a user