Skip to content

Commit bb0db86

Browse files
authored
Merge pull request #4038 from litvinovg/docker-build-fix
Docker build fix
2 parents 2fec858 + a89f2ad commit bb0db86

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Maven Build
3535
run: |
3636
cd ../VIVO
37-
mvn clean package -s installer/example-settings.xml
37+
mvn clean install -Dvivo-dir=/usr/local/vivo/home -Dapp-name=vivo -Ddefault-theme=wilma
3838
3939
- name: Set up QEMU
4040
uses: docker/setup-qemu-action@v1

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ ENV SOLR_URL=${SOLR_URL}
1111
RUN mkdir -p ${VIVO_HOME}
1212

1313
# Copy VIVO home onto image for backup, initialization, and reset
14-
COPY ./installer/home/target/vivo /vivo-home
1514
COPY ./installer/webapp/target/vivo.war /usr/local/tomcat/webapps/ROOT.war
1615

1716
COPY start.sh /start.sh

0 commit comments

Comments
 (0)