.
This commit is contained in:
parent
fa927d1253
commit
6ef91344f0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Expose the port that MkDocs will run on
|
# Expose the port that MkDocs will run on
|
||||||
EXPOSE 3000
|
EXPOSE 80
|
||||||
|
|
||||||
# Command to run MkDocs
|
# Command to run MkDocs
|
||||||
CMD ["mkdocs", "serve", "--dev-addr=127.0.0.1"]
|
CMD ["mkdocs", "serve", "--dev-addr=127.0.0.1"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue