Fix bind address.

This commit is contained in:
russoj88 2020-04-10 17:19:18 -07:00
parent 1c5ab9f88f
commit e212e6fed5

View File

@ -8,4 +8,4 @@ ENV GO111MODULE=on
RUN go get -u github.com/gohugoio/hugo@v0.69.0
# Run the development server
ENTRYPOINT cd /src && hugo server
ENTRYPOINT cd /src && hugo server --bind 0.0.0.0