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

Updated Dockerfile

parent 5a1b467c
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@ FROM squidfunk/mkdocs-material as builder
COPY . /docs
RUN mkdocs build
FROM nginx
COPY --from=builder /docs/site /usr/share/nginx/html
FROM nginx:stable-alpine
COPY --from=builder /docs/site /usr/share/nginx/html/docs
EXPOSE 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment