mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
docs, Dockerfile should bind to port 80
This commit is contained in:
parent
8d21157996
commit
21a8602b7d
@ -12,5 +12,5 @@ COPY Makefile .
|
|||||||
COPY source ./source/
|
COPY source ./source/
|
||||||
RUN make html
|
RUN make html
|
||||||
WORKDIR /docs/build/html/
|
WORKDIR /docs/build/html/
|
||||||
EXPOSE 8080
|
EXPOSE 80
|
||||||
CMD ["python", "-m", "http.server", "8080"]
|
CMD ["python", "-m", "http.server", "80"]
|
||||||
|
Loading…
Reference in New Issue
Block a user