ci: Fix server jar paths in fat container image (#7771)

This commit is contained in:
Shrikant Sharat Kandula 2021-09-23 19:58:53 +05:30 committed by Arpit Mohan
parent 198857678e
commit 8a4576c347

View File

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