automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/docker.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
learn org at code.softwareshinobi.com/docker.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
@@ -2,8 +2,6 @@ FROM titom73/mkdocs AS MKDOCS_BUILD
|
|||||||
|
|
||||||
RUN pip install markupsafe==2.0.1
|
RUN pip install markupsafe==2.0.1
|
||||||
|
|
||||||
RUN pip install mkdocs-blog-plugin
|
|
||||||
|
|
||||||
WORKDIR /docs
|
WORKDIR /docs
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ services:
|
|||||||
|
|
||||||
ports:
|
ports:
|
||||||
|
|
||||||
- 8000:8000
|
- 8000:80
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
||||||
|
|||||||
BIN
introduction-to-docker-ebook-main.zip
Normal file
BIN
introduction-to-docker-ebook-main.zip
Normal file
Binary file not shown.
18
mkdocs.bash
18
mkdocs.bash
@@ -1 +1,17 @@
|
|||||||
reset;clear;mkdocs serve
|
#!/bin/bash
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
reset
|
||||||
|
|
||||||
|
clear
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
set -x
|
||||||
|
|
||||||
|
##
|
||||||
|
|
||||||
|
mkdocs serve
|
||||||
|
|||||||
Reference in New Issue
Block a user