chore: Add APPSMITH_CLOUD_SERVICES_BASE_URL as build arg (#25721)

This will allow us to set a separate cloud-services URL during build
time.
This commit is contained in:
Shrikant Sharat Kandula 2023-07-31 10:17:46 +05:30 committed by GitHub
parent 3e6b6810cc
commit 9986dbd235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,10 @@ VOLUME [ "/appsmith-stacks" ]
# Add backend server - Application Layer
ARG JAR_FILE=./app/server/dist/server-*.jar
ARG PLUGIN_JARS=./app/server/dist/plugins/*.jar
ARG APPSMITH_CLOUD_SERVICES_BASE_URL
ENV APPSMITH_CLOUD_SERVICES_BASE_URL=${APPSMITH_CLOUD_SERVICES_BASE_URL}
ARG APPSMITH_SEGMENT_CE_KEY
ENV APPSMITH_SEGMENT_CE_KEY=${APPSMITH_SEGMENT_CE_KEY}
#Create the plugins directory