Copy existing resources, if any

This commit is contained in:
FriwiDev 2021-10-25 12:51:05 +02:00
parent a557ed9995
commit 920ca44827

View File

@ -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