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