Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
95f4b0b8e4 | |||
bb1db7e9a8 |
@ -1,21 +0,0 @@
|
|||||||
FROM hosttoday/ht-docker-node:stable
|
|
||||||
LABEL author="Lossless GmbH <office@lossless.com>"
|
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y python-pip
|
|
||||||
RUN yarn global add npmpage
|
|
||||||
RUN pip install --upgrade pip \
|
|
||||||
&& pip install mkdocs \
|
|
||||||
&& mkdocs --version \
|
|
||||||
&& pip install mkdocs-material \
|
|
||||||
&& pip install pygments \
|
|
||||||
&& pip install pymdown-extensions
|
|
||||||
|
|
||||||
# Set working directory
|
|
||||||
WORKDIR /docs
|
|
||||||
|
|
||||||
# Expose MkDocs development server port
|
|
||||||
EXPOSE 8000
|
|
||||||
|
|
||||||
# Start development server by default
|
|
||||||
ENTRYPOINT ["mkdocs"]
|
|
||||||
CMD ["serve", "--dev-addr=0.0.0.0:8000"]
|
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "4.3.58",
|
"version": "4.3.59",
|
||||||
"description": "docker image with nodejs with shipzone.io support",
|
"description": "docker image with nodejs with shipzone.io support",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user