Added EXPOSE to Dockerfile

This commit is contained in:
Dexafree 2018-03-02 17:00:30 +01:00 committed by Dennis Günnewig
parent 24a2b288a5
commit 5c7b08d763
1 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,6 @@ RUN apk --no-cache add git build-base \
&& go install -v ./... \
&& touch shiori.db
EXPOSE 8080
CMD ["shiori", "serve"]