Attempt to fix error by populating out dir

This commit is contained in:
FriwiDev
2021-12-16 19:20:10 +01:00
parent 3a93d91c20
commit 36e4764442
2 changed files with 5 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ WORKDIR /builder
#Copy existing sources, if any
COPY jcef /jcef
#Copy prebuild classes, if any
COPY out/linux* /prebuild
COPY out/linux32 /prebuild
#Copy additional natives
COPY natives /natives