7 lines
305 B
Bash
Executable file
7 lines
305 B
Bash
Executable file
#!/bin/sh
|
|
|
|
docker build --no-cache --pull -t jotoho/www.hopusch.de:latest \
|
|
--build-arg WEBSITE_ARCHIVE_URL="https://gitea.jotoho.de/api/v1/repos/jotoho/kanzleiseite/archive/master.tar.gz" \
|
|
--build-arg WEBSITE_ARCHIVE_FOLDER="kanzleiseite" \
|
|
--build-arg WEBSITE_HOST="www.hopusch.de" \
|
|
.
|