-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adjust Dockerfile to copy files from browser folder into nginx h…
…tml folder rather than adjusting paths used later chore: copy 3rdpartylicenses.txt as well chore: replace redaktion by repository URL fix: typo in proxy.conf.js
- Loading branch information
1 parent
0a54722
commit f56749f
Showing
4 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
FROM nginx | ||
|
||
COPY docker-entrypoint.d /docker-entrypoint.d | ||
COPY docker-entrypoint.d /docker-entrypoint.d | ||
COPY nginx.page.conf /etc/nginx/conf.d/default.conf | ||
COPY dist/oeh-search-frontend/ /usr/share/nginx/html/ | ||
COPY dist/oeh-search-frontend/browser/ /usr/share/nginx/html/ | ||
COPY dist/oeh-search-frontend/3rdpartylicenses.txt /usr/share/nginx/html/3rdpartylicenses.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters