mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2024-11-14 01:24:13 -08:00
11 lines
205 B
Bash
Executable file
11 lines
205 B
Bash
Executable file
#!/bin/bash
|
|
|
|
bash "$(dirname "$0")/generate-pb.sh" || exit $?
|
|
|
|
docker build \
|
|
--no-cache \
|
|
--pull \
|
|
-f "$(dirname "$0")/../Dockerfile.meshobserv" \
|
|
-t meshobserv \
|
|
"$(dirname "$0")/.."
|