mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-02-12 03:08:06 -05:00
Merge pull request #121 from librecaptcha/scala3
update jar path in docker file
This commit is contained in:
commit
8a87da88c0
@ -6,7 +6,7 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
|
||||
|
||||
FROM base-core
|
||||
RUN mkdir /lc-core
|
||||
COPY target/scala-2.13/LibreCaptcha.jar /lc-core
|
||||
COPY target/scala-3.1.0/LibreCaptcha.jar /lc-core
|
||||
WORKDIR /lc-core
|
||||
RUN mkdir data/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user