mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-18 05:16:37 +08:00
8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
FROM friwidev/jcefdocker:windows-latest
|
|
|
|
WORKDIR C:/
|
|
|
|
#Copy and launch run script
|
|
COPY scripts/run_windows.bat .
|
|
ENTRYPOINT ["run_windows.bat"]
|