mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-10 09:23:35 +08:00
Added EXPOSE to Dockerfile
This commit is contained in:
parent
24a2b288a5
commit
5c7b08d763
1 changed files with 2 additions and 0 deletions
|
@ -13,4 +13,6 @@ RUN apk --no-cache add git build-base \
|
|||
&& go install -v ./... \
|
||||
&& touch shiori.db
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
CMD ["shiori", "serve"]
|
||||
|
|
Loading…
Reference in a new issue