Update Dockerfile
This commit is contained in:
parent
8f7580094c
commit
c784bc0bd1
1 changed files with 2 additions and 4 deletions
|
|
@ -12,9 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|||
|
||||
# Copy the entire MkDocs project into the container
|
||||
COPY . .
|
||||
RUN mkdocs build
|
||||
|
||||
# Expose the port that MkDocs will run on
|
||||
EXPOSE 80
|
||||
|
||||
# Command to run MkDocs
|
||||
CMD ["mkdocs", "build"]
|
||||
EXPOSE 80
|
||||
Loading…
Add table
Add a link
Reference in a new issue