Commit 6fd53460 by yinyong

Update Dockerfile

parent 646b85bd
...@@ -22,8 +22,8 @@ RUN set -eux; \ ...@@ -22,8 +22,8 @@ RUN set -eux; \
rm -rf "config"; rm -rf "oap-libs"; \ rm -rf "config"; rm -rf "oap-libs"; \
rm -rf "agent"; rm -rf "agent";
COPY /docker-skywalking/6/6.6/oap/docker-entrypoint.sh . COPY /docker-skywalking/6/6.6/ui/docker-entrypoint.sh .
COPY /docker-skywalking/6/6.6/oap/logback.xml webapp/ COPY /docker-skywalking/6/6.6/ui/logback.xml webapp/
FROM openjdk:8-jre-alpine FROM openjdk:8-jre-alpine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment