Update Dockerfile
This commit is contained in:
parent
1ade33c8d9
commit
01f71553b8
1 changed files with 0 additions and 6 deletions
|
|
@ -21,9 +21,3 @@ FROM nginx:latest
|
||||||
|
|
||||||
# Copy the built MkDocs site to the Nginx HTML directory
|
# Copy the built MkDocs site to the Nginx HTML directory
|
||||||
COPY --from=0 /app/site /usr/share/nginx/html
|
COPY --from=0 /app/site /usr/share/nginx/html
|
||||||
|
|
||||||
# Expose the default Nginx port
|
|
||||||
EXPOSE 80
|
|
||||||
|
|
||||||
# Start Nginx
|
|
||||||
CMD ["nginx", "-g", "daemon off;"]
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue