Skip to content

Commit

Permalink
Refactoring for GitHub Docs hosting.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanSimmons committed Dec 19, 2024
1 parent ff76542 commit e065b8b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM nginx:1.27.3-alpine
# custom nginx configuration
COPY conf/nginx.conf /etc/nginx/nginx.conf
# guesdt static content
COPY static/*.html /usr/share/nginx/html/
COPY static/*.pdf /usr/share/nginx/html/
COPY docs/*.html /usr/share/nginx/html/
COPY docs/*.pdf /usr/share/nginx/html/
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e065b8b

Please sign in to comment.