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 the entire MkDocs project into the container
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN mkdocs build
|
||||||
|
|
||||||
# Expose the port that MkDocs will run on
|
# Expose the port that MkDocs will run on
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
|
|
||||||
# Command to run MkDocs
|
|
||||||
CMD ["mkdocs", "build"]
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue