1
0
Fork 1
mirror of https://example.com synced 2024-11-22 21:16:38 +09:00

chore: add a message to tell that docker image build takes time

This commit is contained in:
naskya 2023-11-17 16:25:39 +09:00
parent 513197f340
commit 4c445bf590
Signed by: naskya
GPG key ID: 164DFF24E2D40139

2
neko/update/docker.sh Executable file → Normal file
View file

@ -11,6 +11,8 @@ pull() {
if ! pull; then if ! pull; then
say "awawa, the image may not be compatible with your environment..." say "awawa, the image may not be compatible with your environment..."
say "Gonnya try building the image locally!" say "Gonnya try building the image locally!"
say "It takes some time! Why not brew a cup of cofe?"
docker build --tag docker.io/naskya/firefish --build-arg VERSION="$(version)" . docker build --tag docker.io/naskya/firefish --build-arg VERSION="$(version)" .
fi fi