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

Updated Dockerfile

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