automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/docker.softwareshinobi.com/pipeline/head This commit looks good

This commit is contained in:
2025-06-05 19:06:57 -04:00
parent 899ea17084
commit 43a2920d68
5 changed files with 18 additions and 4 deletions

View File

@@ -2,8 +2,6 @@ FROM titom73/mkdocs AS MKDOCS_BUILD
RUN pip install markupsafe==2.0.1
RUN pip install mkdocs-blog-plugin
WORKDIR /docs
COPY . .

View File

@@ -16,7 +16,7 @@ services:
ports:
- 8000:8000
- 8000:80
volumes:

Binary file not shown.

View File

@@ -1 +1,17 @@
reset;clear;mkdocs serve
#!/bin/bash
##
reset
clear
##
set -e
set -x
##
mkdocs serve