automated terminal push
All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
All checks were successful
learn org at code.softwareshinobi.com/databases.softwareshinobi.com/pipeline/head This commit looks good
This commit is contained in:
13
landing/Dockerfile
Normal file
13
landing/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM titom73/mkdocs AS MKDOCS_BUILD
|
||||
|
||||
RUN pip install markupsafe==2.0.1
|
||||
|
||||
WORKDIR /docs
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN mkdocs build
|
||||
|
||||
FROM mengzyou/bbhttpd:1.35
|
||||
|
||||
COPY --from=MKDOCS_BUILD --chown=www:www /docs/site /home/www/html
|
||||
Reference in New Issue
Block a user