Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex committed Apr 26, 2022
1 parent ba64e06 commit 33f1285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add curl vim iproute2 tcpdump
COPY --from=hengyunabc/arthas:latest /opt/arthas /opt/arthas

WORKDIR /app
COPY /target/spring-boot-complete-0.0.1-SNAPSHOT.jar /app/opensergo-sca.jar
COPY /target/opensergo-sc-demo-0.0.1-SNAPSHOT.jar /app/opensergo-sca.jar
COPY /start.sh /app

EXPOSE 20002
Expand Down

0 comments on commit 33f1285

Please sign in to comment.