fix typo error

This commit is contained in:
lxsang 2020-06-26 18:34:14 +02:00
parent 31859ac61b
commit d2d1989609
3 changed files with 3 additions and 3 deletions

View File

@ -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
```

View File

@ -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

Binary file not shown.