Fix install script
This commit is contained in:
parent
40a91f6d66
commit
70437d9d1a
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Remove the existing container
|
||||
systemctl stop notes.service
|
||||
systemctl disable notes.service
|
||||
docker container rm notes-server
|
||||
|
||||
# Build the notes-server image.
|
||||
docker build --no-cache -t notes-server .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue