Skip to content

Commit

Permalink
24.3 fb remove rename of labkeyServer.jar to app.jar (#77)
Browse files Browse the repository at this point in the history
* remove rename of jar file to app.jar

* update jar file copy path
  • Loading branch information
labkey-stuartm authored Mar 15, 2024
1 parent 71825b1 commit 40f1a27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \
chown -Rc labkey:labkey "${LABKEY_HOME}";


COPY "labkeyServer.jar" \
"app.jar"
COPY "labkeyServer.jar" "${LABKEY_HOME}"

# add spring properties
COPY application.properties config/
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ main() {
\
${JAVA_PRE_JAR_EXTRA} \
\
-jar app.jar \
-jar labkeyServer.jar \
\
${JAVA_POST_JAR_EXTRA} \
\
Expand Down

0 comments on commit 40f1a27

Please sign in to comment.