Skip to content
Snippets Groups Projects
Commit 27d2d867 authored by FORESTIER Fabien's avatar FORESTIER Fabien
Browse files

Use newer version of python

parent e23dfe2e
No related branches found
No related tags found
No related merge requests found
Pipeline #5404 passed
FROM python:3.6.8-alpine3.9 as builder
FROM python:3.8.3-slim as builder
# Set build directory
WORKDIR /app
# RUN pip install mkdocs && pip install mkdocs-material && pip install plantuml-markdown
COPY requirements.txt .
RUN pip install -r requirements.txt
# add the current directory to the container as /app
ADD . /app
# Perform build and cleanup artifacts
# RUN pip install mkdocs && pip install mkdocs-material && pip install plantuml-markdown
# build the documentation site
RUN mkdocs build
......
......@@ -41,9 +41,11 @@ nav:
- Credits: components/custom-apps/web-app/credits.md
- Static pages: components/custom-apps/web-app/static-pages.md
- Dataset:
- Details: components/custom-apps/web-app/dataset/dataset-detail.md
- Data: components/custom-apps/web-app/dataset/data.md
- Information: components/custom-apps/web-app/dataset/info.md
- API & Downloads: components/custom-apps/web-app/dataset/resources.md
- API: components/custom-apps/web-app/dataset/api.md
- Downloads: components/custom-apps/web-app/dataset/downloads.md
- Header: components/custom-apps/web-app/header.md
- Footer: components/custom-apps/web-app/footer.md
- Drafts: components/custom-apps/web-app/drafts.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment