Skip to content
Snippets Groups Projects
Commit 02c207fa authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

Merge branch 'develop' into 11-add-tests-for-portal-module

parents 63d1a78d a1e81c62
No related branches found
No related tags found
2 merge requests!29Develop,!16Resolve "Add tests for portal module"
#!/bin/bash
if [[ -v ANIS_BASE_HREF ]]; then
sed -i 's@<base href="/">@<base href="'$ANIS_BASE_HREF'">@' /usr/share/nginx/html/index.html
fi
exit 0
FROM nginx FROM nginx
COPY ./90-update-base-href.sh /docker-entrypoint.d/
COPY dist/client /usr/share/nginx/html COPY dist/client /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d/default.conf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment