Skip to content

Commit

Permalink
chore(merge): 7.14.x into 7.15.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bonita-ci committed May 22, 2024
2 parents 2ab5198 + 7a151f6 commit 5cf09e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN if [ -f "/opt/files/BonitaCommunity-${BRANDING_VERSION}.zip" ]; then echo "F
&& unzip -q /opt/files/BonitaCommunity-${BRANDING_VERSION}.zip -d /opt/bonita/ \
&& mv /opt/bonita/BonitaCommunity-${BRANDING_VERSION}/* /opt/bonita \
&& rmdir /opt/bonita/BonitaCommunity-${BRANDING_VERSION} \
&& unzip /opt/bonita/server/webapps/bonita.war -d /opt/bonita/server/webapps/bonita/ \
&& unzip -q /opt/bonita/server/webapps/bonita.war -d /opt/bonita/server/webapps/bonita/ \
&& rm /opt/bonita/server/webapps/bonita.war \
&& rm -f /opt/files/BonitaCommunity-${BRANDING_VERSION}.zip \
&& mkdir -p /opt/bonita/conf/logs/ \
Expand Down

0 comments on commit 5cf09e2

Please sign in to comment.