Skip to content

Commit

Permalink
Fix biocache-hub translation location
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVanDyck committed Dec 16, 2024
1 parent 698cffa commit 6cf4663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/biocache-hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ COPY biocache-hub.xml ${CATALINA_HOME}/conf/portal/localhost/biocache-hub.xml
# Symlink to i18n files location
RUN mkdir -p /opt/atlas/i18n \
&& ln -s /config/config/biocache-hub/i18n/downloads-plugin/crowdin /opt/atlas/i18n/downloads-plugin \
&& ln -s /config/config/biocache-hub/i18/crowdin /opt/atlas/i18n/biocache-hubs \
&& ln -s /config/config/biocache-hub/i18n/crowdin /opt/atlas/i18n/biocache-hubs \
&& mkdir -p /var/opt/atlas/i18n \
&& ln -s /config/config/biocache-hub/i18n/downloads-plugin/override /var/opt/atlas/i18n/downloads-plugin \
&& ln -s /config/config/biocache-hub/i18n/override /var/opt/atlas/i18n/biocache-hubs
Expand Down

0 comments on commit 6cf4663

Please sign in to comment.