Browse Source

drone config

fanxp 1 month ago
parent
commit
6b70f21fb9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -6,5 +6,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
 
 #ADD target/xjrsoft-boot.jar  /app.jar
 #ADD start.sh  /start.sh
+
+RUN mkdir /skywalking-agent-java
 COPY /code/skywalking-agent-java/ /skywalking-agent-java/
+
 CMD ["sh","/start.sh"]