mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-15 20:37:44 +08:00
Remove typo in post-run command (#527)
This should be `serve` not `server` server was causing it to freak out about the typo.
This commit is contained in:
parent
77269b7a64
commit
b691abe704
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ FROM docker.io/golang:1.19-alpine3.16
|
|||
WORKDIR /src/shiori
|
||||
|
||||
ENTRYPOINT ["go", "run", "main.go"]
|
||||
CMD ["server"]
|
||||
CMD ["serve"]
|
||||
|
|
Loading…
Reference in a new issue