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