diff --git a/start-dev.sh b/start-dev.sh index 197ee38..44411ba 100644 --- a/start-dev.sh +++ b/start-dev.sh @@ -12,6 +12,7 @@ podman pod exists $POD || podman pod create -p 5000:5000 -n $POD test -d tmp || mkdir tmp test -f client_secrets.json || (echo "missing client_secrets" && exit 2) +podman build -t git.resf.org/infrastructure/mirrormanager2:dev -f Containerfile podman rm --force mm2 -t 1 podman run \ --pod $POD \ @@ -26,7 +27,7 @@ podman run \ -v $PWD/tmp:/var/tmp:rw \ -v $PWD/static:/usr/lib/python3.12/site-packages/mirrormanager2/static \ -v $PWD/templates:/usr/lib/python3.12/site-packages/mirrormanager2/templates \ - -d git.resf.org/infrastructure/mirrormanager2:latest + -d git.resf.org/infrastructure/mirrormanager2:dev # Setup sqlite database echo "mirrormanager2 and nginx have been statred. You may need to run:" diff --git a/static/rocky/mirrormanager-logo.png b/static/rocky/mirrormanager-logo.png index c0ba322..189bf96 100644 Binary files a/static/rocky/mirrormanager-logo.png and b/static/rocky/mirrormanager-logo.png differ