Skip to content

Commit

Permalink
debug directive file location
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Nov 20, 2023
1 parent 0a37736 commit ebde963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ RUN apk upgrade --no-cache

EXPOSE 80

COPY /etc/folio/stripes/tenant-assets/403.html /usr/share/nginx/html/403.html
COPY /etc/folio/stripes/tenant-assets/SUSig_2color_Stree_StnfrdOnly_Left.png /usr/share/nginx/html/SULogo.png
COPY --from=stripes_build /etc/folio/stripes/tenant-assets/403.html /usr/share/nginx/html/403.html
COPY --from=stripes_build /etc/folio/stripes/tenant-assets/SUSig_2color_Stree_StnfrdOnly_Left.png /usr/share/nginx/html/SULogo.png
COPY --from=stripes_build /etc/folio/stripes/output /usr/share/nginx/html
COPY --from=stripes_build /etc/folio/stripes/yarn.lock /usr/share/nginx/html/yarn.lock
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit ebde963

Please sign in to comment.