fix bug and improve script

This commit is contained in:
Liu Zhicong
2023-09-29 09:39:44 -07:00
parent f332639596
commit 1cef532a5b
3 changed files with 10 additions and 5 deletions
+2
View File
@@ -1,3 +1,5 @@
#!/usr/bin/bash
# Build the docker image
docker build -t aios .
docker tag aios:latest paios/aios:latest
docker push paios/aios:latest