mirror of
https://github.com/librecaptcha/lc-core.git
synced 2025-11-22 10:37:38 -05:00
runner dockerfile: fix path
This commit is contained in:
@@ -6,7 +6,7 @@ ENV PATH=$PATH:${JAVA_HOME}/bin
|
||||
|
||||
FROM base-core
|
||||
WORKDIR /lc-core
|
||||
COPY /build/target/scala-2.13/LibreCaptcha.jar .
|
||||
COPY build/target/scala-2.13/LibreCaptcha.jar .
|
||||
RUN mkdir data/
|
||||
|
||||
EXPOSE 8888
|
||||
|
||||
Reference in New Issue
Block a user