Skip to content

Commit

Permalink
chore: update front docker image (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzchaoo authored Jul 4, 2023
1 parent 56a855d commit 7491542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY --chown=admin:admin --from=apache/skywalking-java-agent:8.15.0-java8 /skywa
RUN rm /home/admin/skywalking-agent/plugins/apm-grpc-1.x-plugin-8.15.0.jar

#COPY --from=holoinsight/front:test --chown=admin:admin /dist.zip /home/admin/dist.zip
COPY --from=holoinsight/front:11 --chown=admin:admin /dist.zip /home/admin/dist.zip
COPY --from=holoinsight/front:12 --chown=admin:admin /dist.zip /home/admin/dist.zip
RUN unzip -d /home/admin/holoinsight-server-static/ /home/admin/dist.zip && rm /home/admin/dist.zip

COPY scripts/docker/sc /usr/local/bin/
Expand Down

0 comments on commit 7491542

Please sign in to comment.