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:
parent
3e6b6810cc
commit
9986dbd235
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user