Fix bind address.
This commit is contained in:
parent
1c5ab9f88f
commit
e212e6fed5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user