mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed --dev-addr flag from Dockerfile for Windows compatibility
This commit is contained in:
parent
468c1a7543
commit
bdf24e255f
@ -1,7 +1,9 @@
|
||||
mkdocs-material-2.x.x (2018-02-xx)
|
||||
mkdocs-material-2.6.4 (2018-02-21)
|
||||
|
||||
* Fixed incorrect margins for buttons in Firefox and Safari
|
||||
* Replaced package manager yarn with npm 5.6
|
||||
* Reverted GitHub stars rounding method
|
||||
* Removed --dev-addr flag from Dockerfile for Windows compatibility
|
||||
|
||||
mkdocs-material-2.6.3 (2018-02-18)
|
||||
|
||||
|
@ -48,4 +48,4 @@ EXPOSE 8000
|
||||
|
||||
# Start development server by default
|
||||
ENTRYPOINT ["mkdocs"]
|
||||
CMD ["serve", "--dev-addr=0.0.0.0:8000"]
|
||||
CMD ["serve"]
|
||||
|
Loading…
Reference in New Issue
Block a user