listmonk/docker-entrypoint.sh
Franz Heinzmann (Frando) 397c549312 dev
2022-09-29 17:07:13 +02:00

7 lines
108 B
Bash

#!/bin/sh
set -e
cd /listmonk
./listmonk --install --yes --idempotent
./listmonk --upgrade --yes
./listmonk