From 6cf4663767c950c71e737320e6ae5f957c6bea54 Mon Sep 17 00:00:00 2001 From: Stefan Van Dyck Date: Mon, 16 Dec 2024 12:44:59 +0100 Subject: [PATCH] Fix biocache-hub translation location --- docker/biocache-hub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/biocache-hub/Dockerfile b/docker/biocache-hub/Dockerfile index 119976a..9292fba 100644 --- a/docker/biocache-hub/Dockerfile +++ b/docker/biocache-hub/Dockerfile @@ -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