mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-01-26 20:43:14 -05:00
update lib path in docker file
This commit is contained in:
parent
a3fbbf836b
commit
3c7c47e0d8
@ -6,7 +6,7 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
|
||||
|
||||
FROM base-core
|
||||
RUN mkdir /lc-core
|
||||
COPY target/scala-3.1.0/LibreCaptcha.jar /lc-core
|
||||
COPY target/scala-3.1.1/LibreCaptcha.jar /lc-core
|
||||
WORKDIR /lc-core
|
||||
RUN mkdir data/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user