Update Dockerfile
This commit is contained in:
parent
01f71553b8
commit
bc727a91c7
1 changed files with 0 additions and 2 deletions
|
|
@ -19,5 +19,3 @@ RUN mkdocs build
|
|||
# Use Nginx as the web server
|
||||
FROM nginx:latest
|
||||
|
||||
# Copy the built MkDocs site to the Nginx HTML directory
|
||||
COPY --from=0 /app/site /usr/share/nginx/html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue