[ agent ] [executor] Function File Executor -2

This commit is contained in:
zeaslity
2022-12-12 20:09:32 +08:00
parent 32096ef828
commit b49b210569
11 changed files with 125 additions and 51 deletions

View File

@@ -7,15 +7,15 @@ ENV TZ=Asia/Shanghai
ENV JAVA_OPTS="-Xms2028m -Xmx2048m"
# Set time zone
RUN set -eux; \
ln -snf /usr/share/zoneinfo/$TZ /etc/localtime; \
echo $TZ > /etc/timezone
#RUN set -eux; \
# ln -snf /usr/share/zoneinfo/$TZ /etc/localtime; \
# echo $TZ > /etc/timezone
# Create Folder
RUN mkdir -p /wdd
# Define the work dir
WORKDIR /wdd
#WORKDIR /wdd
# Copy the jar and rename it
COPY ./target/agent-*.jar /wdd/agent.jar