update Dockerfile

This commit is contained in:
mklee 2025-12-22 14:04:03 +00:00
parent 880bac8bf4
commit 6b2135a395

View file

@ -31,8 +31,7 @@ RUN set -eux; \
test -n "$AGENT_JAR"; \
echo "Found agent jar: $AGENT_JAR"; \
cp -f "$AGENT_JAR" /whatap/whatap.agent.jar; \
ls -ալ /whatap
ls -al /whatap
# =========================
# 2) jlink로 Slim JRE 생성