Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhaoran.xhr committed Jul 16, 2024
1 parent b7836f4 commit 9ef602f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN yum update -y && \
cd /root && \
git clone https://github.com/aliyun-computenest/springboot-ack-helm-demo.git && \
mkdir -p /home/admin/application && \
cp /root/springboot-ack-helm-demo/resources/artifact_resources/file/package.tgz /home/admin/application && \
cp /root/springboot-ack-helm-demo/.computenest/resources/artifact_resources/file/package.tgz /home/admin/application && \
cd /home/admin/application && \
tar xvf package.tgz && \
rm -rf /root/springboot-ack-helm-demo && \
Expand Down

0 comments on commit 9ef602f

Please sign in to comment.