Skip to content

Commit

Permalink
Set docs/ as default path for index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akahenry committed Feb 24, 2022
1 parent e756dcf commit ff464fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ FROM nginx:1.21.6-alpine

ARG APP_PATH_DEFAULT

COPY --from=builder ${APP_PATH_DEFAULT}/redoc-static.html /usr/share/nginx/html/index.html
COPY --from=builder ${APP_PATH_DEFAULT}/redoc-static.html /usr/share/nginx/html/docs/index.html
COPY --from=builder ${APP_PATH_DEFAULT}/public/favicon.ico /usr/share/nginx/html/

0 comments on commit ff464fa

Please sign in to comment.