Skip to content

Commit

Permalink
feat: adjust Dockerfile to include sub path
Browse files Browse the repository at this point in the history
  • Loading branch information
tkubica-edu committed Nov 19, 2024
1 parent 180934a commit cb2d604
Showing 1 changed file 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 @@ -2,5 +2,5 @@ FROM nginx

COPY docker-entrypoint.d /docker-entrypoint.d
COPY nginx.page.conf /etc/nginx/conf.d/default.conf
COPY dist/oeh-search-frontend/browser/ /usr/share/nginx/html/
COPY dist/oeh-search-frontend/3rdpartylicenses.txt /usr/share/nginx/html/3rdpartylicenses.txt
COPY dist/oeh-search-frontend/browser/ /usr/share/nginx/html/search/
COPY dist/oeh-search-frontend/3rdpartylicenses.txt /usr/share/nginx/html/search/3rdpartylicenses.txt

0 comments on commit cb2d604

Please sign in to comment.