Fix install script

This commit is contained in:
Brad Treloar 2025-04-27 01:36:29 +09:30
parent 70437d9d1a
commit ac0e5a6c97

View file

@ -3,6 +3,7 @@
# Remove the existing container
systemctl stop notes.service
systemctl disable notes.service
docker container stop notes-server
docker container rm notes-server
# Build the notes-server image.