Skip to content

Commit

Permalink
add index file "fr" to site root
Browse files Browse the repository at this point in the history
  • Loading branch information
mogador26 committed Jan 5, 2024
1 parent b990b8a commit 845d1d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ FROM nginxinc/nginx-unprivileged
WORKDIR /usr/share/nginx/html/

COPY --from=builder /usr/src/app/_site ./
COPY --from=builder /usr/src/app/_site/fr/index.html ./index.html

ENTRYPOINT ["nginx", "-g", "daemon off;"]

0 comments on commit 845d1d7

Please sign in to comment.