Skip to content

Commit

Permalink
Merge branch 'master' of github.com:squidfunk/mkdocs-material
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Mar 11, 2024
2 parents 750b798 + 354491e commit c8bae9b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Expand Up @@ -48,6 +48,7 @@ RUN \
git-fast-import \
jpeg-dev \
openssh \
tini \
zlib-dev \
&& \
apk add --no-cache --virtual .build \
Expand Down Expand Up @@ -96,5 +97,5 @@ WORKDIR /docs
EXPOSE 8000

# Start development server by default
ENTRYPOINT ["mkdocs"]
CMD ["serve", "--dev-addr=0.0.0.0:8000"]
ENTRYPOINT ["/sbin/tini", "--", "mkdocs"]
CMD [ "serve", "--dev-addr=0.0.0.0:8000"]

0 comments on commit c8bae9b

Please sign in to comment.