diff --git a/Earthfile b/Earthfile index 1041d7d8..d872bf6c 100644 --- a/Earthfile +++ b/Earthfile @@ -308,7 +308,7 @@ angular-base: COPY desktop/angular/ . # Remove symlink and copy assets directly. RUN rm ./assets - COPY assets/data ./assets + # COPY assets/data ./assets # Do not include the assets folder into portmaster.zip, we use the assets.zip instead IF [ "${configuration}" = "production" ] RUN --no-cache npm run build-libs