Skip to content

Commit

Permalink
Fix SDS config location
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Dec 16, 2024
1 parent 3344a84 commit f94d97d
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 /config/config \
RUN mkdir -p /config/config/sensitive-data-service \
&& ln -s /data/sds/config/sds-config.properties /config/config/sensitive-data-service/sds-config.properties

USER app
Expand Down

0 comments on commit f94d97d

Please sign in to comment.