File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,7 @@ RUN pip install -e qiita/. --no-binary redbiom
5252RUN pip install "Jinja2<3.1"
5353
5454
55- # Configuring the Qiita Config to run inside the container
56- # RUN sed -i 's/BASE_URL = https:\/\/localhost:8383/BASE_URL = https:\/\/localhost:21174\//' qiita/qiita_core/support_files/config_test.cfg
57- # RUN sed -i 's/\/home\/runner\/work\/qiita\/qiita\//\/qiita\//' qiita/qiita_core/support_files/config_test.cfg
58-
55+ # Copy modified config file to the container
5956COPY config_qiita_oidc.cfg .
6057RUN chmod 777 config_qiita_oidc.cfg
6158
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ services:
3333 - ' ./environments/qiita.env'
3434 environment :
3535 - QIITA_ROOTCA_CERT=/qiita/qiita_core/support_files/ci_rootca.crt
36- - QIITA_CONFIG_FP=/qiita/qiita_core/support_files/config_test .cfg
36+ - QIITA_CONFIG_FP=./config_qiita_oidc .cfg
3737
3838 keycloak_web : # from https://stackoverflow.com/questions/78071458/keycloak-docker-compose
3939 image : quay.io/keycloak/keycloak:24.0.2
You can’t perform that action at this time.
0 commit comments