mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Copy existing resources, if any
This commit is contained in:
parent
a557ed9995
commit
920ca44827
@ -7,6 +7,10 @@ ENV BUILD_TYPE Release
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
WORKDIR /builder
|
WORKDIR /builder
|
||||||
|
#Copy existing sources, if any
|
||||||
|
COPY jcef /jcef
|
||||||
|
|
||||||
|
#Copy and launch run script
|
||||||
COPY scripts/run_linux.sh .
|
COPY scripts/run_linux.sh .
|
||||||
RUN chmod +x run_linux.sh
|
RUN chmod +x run_linux.sh
|
||||||
RUN ./run_linux.sh
|
RUN ./run_linux.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user