We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b495de commit 34012bdCopy full SHA for 34012bd
Dockerfile-Tunnel
@@ -32,8 +32,8 @@ ENV NACOS_CONFIG_PASSWORD "nacos"
32
WORKDIR $HOME
33
34
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 ./
+COPY --from=builder /app/tunnel-server/target/classes/application.properties ./application.properties
+COPY --from=builder /app/entrypoint.sh ./entrypoint.sh
37
RUN chmod +x entrypoint.sh
38
39
EXPOSE $SERVER_PORT
0 commit comments