Skip to content

Commit 870e3fe

Browse files
committed
Add defaults for installer to Dockefile
1 parent 43efaf1 commit 870e3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ FROM baseequella as installer
1919

2020
# Install openEQUELLA
2121

22-
ARG OEQ_INSTALL_FILE
23-
ARG OEQ_INSTALL_ZIP_ROOT_DIR
22+
ARG OEQ_INSTALL_FILE=equella-installer-6.7.zip
23+
ARG OEQ_INSTALL_ZIP_ROOT_DIR=equella-installer-6.7
2424

2525
COPY ["$OEQ_INSTALL_FILE","defaults.xml", "./"]
2626

0 commit comments

Comments
 (0)