fix jar path in Runner.Dockerfile

This commit is contained in:
hrj 2022-10-11 07:38:09 +05:30
parent a2fc659eda
commit 2a092b777e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
FROM base-core
RUN mkdir /lc-core
COPY target/scala-3.1.2/LibreCaptcha.jar /lc-core
COPY target/scala-3.2.0/LibreCaptcha.jar /lc-core
WORKDIR /lc-core
RUN mkdir data/