diff --git a/README.md b/README.md index d47f07c..32ee0a7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A prebuilt image can be found in `dist`, the image can be imported to docker and ready to use: ```sh -wget https://github.com/lxsang/antosaio/raw/master/dist/antosaoi.tar +wget https://github.com/lxsang/antosaio/raw/master/dist/antosaio.tar sudo docker load < antosaoi.tar ``` diff --git a/bake.sh b/bake.sh index c9345e2..b706615 100755 --- a/bake.sh +++ b/bake.sh @@ -25,12 +25,12 @@ git clone --depth 1 https://github.com/lxsang/antos cd ../ -docker build -t antosaoi . +docker build -t antosaio . if [ -d "download" ]; then rm -rf download fi mkdir -p dist -docker save antosaoi > dist/antosaoi.tar +docker save antosaio > dist/antosaio.tar # sudo docker run -p 8080:80 -it antosaoi /bin/sh \ No newline at end of file diff --git a/dist/antosaoi.tar b/dist/antosaio.tar similarity index 99% rename from dist/antosaoi.tar rename to dist/antosaio.tar index 7c3e0ae..904820c 100644 Binary files a/dist/antosaoi.tar and b/dist/antosaio.tar differ