|
@@ -26,6 +26,8 @@ COPY *.jar $WORKER_HOME/app.jar
|
|
COPY entrypoint.sh $WORKER_HOME/
|
|
COPY entrypoint.sh $WORKER_HOME/
|
|
COPY version.txt $WORKER_HOME/
|
|
COPY version.txt $WORKER_HOME/
|
|
COPY config $WORKER_HOME/config
|
|
COPY config $WORKER_HOME/config
|
|
|
|
+COPY template $WORKER_HOME/template
|
|
|
|
+
|
|
#设置工作目录
|
|
#设置工作目录
|
|
WORKDIR $WORKER_HOME
|
|
WORKDIR $WORKER_HOME
|
|
|
|
|