Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b9e9269

Browse files
committed
alias setup for biocache-download
1 parent 6d7e6eb commit b9e9269

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

biocacheservice/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN mkdir -p $CATALINA_HOME/webapps-ala
3636
COPY biocache-service.war $CATALINA_HOME/webapps-ala/
3737
COPY context.xml /usr/local/tomcat/conf/Catalina/localhost/ROOT.xml
3838
COPY context.xml /tmp/context.xml
39+
COPY biocache-download.xml /usr/local/tomcat/conf/Catalina/localhost/biocache-download.xml
3940

4041
COPY server.xml $CATALINA_HOME/conf/server.xml
4142

biocacheservice/biocache-download.xml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<Context
2+
docBase="/data/biocache-download"
3+
path=""
4+
/>

0 commit comments

Comments
 (0)