Skip to content

Commit

Permalink
Fix sds hard-coded config location
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Dec 16, 2024
1 parent 6cf4663 commit 1ded6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/sensitive-data-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN groupadd --gid 1000 app \
RUN mkdir /data && mkdir /data/lucene && chown -R app:app /data

# Link to hardcoded config location
RUN mkdir -p /data/sds/config/sds-config.properties \
RUN mkdir -p /data/sds/config \
&& ln -s /config/config/sensitive-data-service/sds-config.properties /data/sds/config/sds-config.properties

USER app
Expand Down

0 comments on commit 1ded6fb

Please sign in to comment.