diff --git a/docs/Dockerfile b/docs/Dockerfile index aea2d3cf..713e5654 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -12,5 +12,5 @@ COPY Makefile . COPY source ./source/ RUN make html WORKDIR /docs/build/html/ -EXPOSE 8080 -CMD ["python", "-m", "http.server", "8080"] +EXPOSE 80 +CMD ["python", "-m", "http.server", "80"]