diff --git a/Dockerfile b/Dockerfile index 84d0a45..3792437 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ COPY . . RUN mkdocs build # Expose the port that MkDocs will run on -EXPOSE 80 \ No newline at end of file +EXPOSE 3000 \ No newline at end of file