mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30: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/
|
||||
RUN make html
|
||||
WORKDIR /docs/build/html/
|
||||
EXPOSE 8080
|
||||
CMD ["python", "-m", "http.server", "8080"]
|
||||
EXPOSE 80
|
||||
CMD ["python", "-m", "http.server", "80"]
|
||||
|
Loading…
Reference in New Issue
Block a user