Skip to content

Commit

Permalink
24.3 fb fix jarfile name (#75)
Browse files Browse the repository at this point in the history
* set bootstrap full text index path (#64)

* bump openssl version (#67)

* update labkeyServer.jar file name

---------

Co-authored-by: github-actions <teamcity@labkey.com>
  • Loading branch information
labkey-stuartm and labkey-teamcity authored Mar 15, 2024
1 parent 4e61974 commit 71825b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \
chown -Rc labkey:labkey "${LABKEY_HOME}";


COPY "labkeyServer-${LABKEY_VERSION}.jar" \
COPY "labkeyServer.jar" \
"app.jar"

# add spring properties
Expand Down

0 comments on commit 71825b1

Please sign in to comment.