mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
SaaS Consolidation (#6384)
Co-authored-by: ConnorYoh <40631091+ConnorYoh@users.noreply.github.com>
This commit is contained in:
co-authored by
ConnorYoh
parent
089de247b4
commit
9d081d1792
@@ -40,7 +40,10 @@ RUN gradle dependencies --no-daemon || true
|
||||
COPY . .
|
||||
|
||||
ARG PROTOTYPES_BUILD=false
|
||||
RUN DISABLE_ADDITIONAL_FEATURES=false \
|
||||
ARG STIRLING_FLAVOR=proprietary
|
||||
ENV STIRLING_FLAVOR=${STIRLING_FLAVOR}
|
||||
|
||||
RUN STIRLING_FLAVOR=${STIRLING_FLAVOR} \
|
||||
gradle clean build \
|
||||
-PbuildWithFrontend=true \
|
||||
-PprototypesMode=${PROTOTYPES_BUILD} \
|
||||
|
||||
Reference in New Issue
Block a user