Skip to content

Commit 34012bd

Browse files
author
guoyuanlu
committed
update
1 parent 2b495de commit 34012bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-Tunnel

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ ENV NACOS_CONFIG_PASSWORD "nacos"
3232
WORKDIR $HOME
3333

3434
COPY --from=builder /app/tunnel-server/target/arthas-tunnel-server-3.6.7-fatjar.jar ./app.jar
35-
COPY --from=builder /app/tunnel-server/target/classes/application.properties ./
36-
COPY --from=builder /app/entrypoint.sh ./
35+
COPY --from=builder /app/tunnel-server/target/classes/application.properties ./application.properties
36+
COPY --from=builder /app/entrypoint.sh ./entrypoint.sh
3737
RUN chmod +x entrypoint.sh
3838

3939
EXPOSE $SERVER_PORT

0 commit comments

Comments
 (0)