Skip to content
Snippets Groups Projects
Commit 5d07cf7b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Added dockerfile

parent 5385681f
Branches
Tags
No related merge requests found
FROM squidfunk/mkdocs-material as builder
COPY . /docs
RUN mkdocs build
FROM nginx
COPY --from=builder /docs/site /usr/share/nginx/html
EXPOSE 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment