Skip to content

Commit 4cd9082

Browse files
authoredJan 13, 2025
Merge pull request #4 from caktus/fix-frontend
Fix frontend issues after update to v2024.3.0
2 parents fc4d182 + ab62a74 commit 4cd9082

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎nginx.dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ RUN chmod +x /scripts/setup-odk.sh
3333

3434
COPY files/nginx/redirector.conf /usr/share/odk/nginx/
3535
COPY files/nginx/common-headers.conf /usr/share/odk/nginx/
36+
COPY files/nginx/odk.conf.template /usr/share/odk/nginx/
37+
COPY files/nginx/client-config.json.template /usr/share/odk/nginx/
3638

3739
COPY --from=intermediate client/dist/ /usr/share/nginx/html
3840
COPY --from=intermediate /tmp/version.txt /usr/share/nginx/html

‎test/nginx.test.docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ services:
2727
- SENTRY_ORG_SUBDOMAIN=example
2828
- SSL_TYPE=selfsign
2929
- OIDC_ENABLED=false
30+
- ENKETO_URL=http://enketo:8005
31+
- SERVICE_URL=http://service:8383
3032
volumes:
3133
- ../files/nginx/odk.conf.template:/usr/share/odk/nginx/odk.conf.template:ro
3234
- ../files/nginx/client-config.json.template:/usr/share/odk/nginx/client-config.json.template:ro

0 commit comments

Comments
 (0)