File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ COPY ./target/${JAR_NAME}-${JAR_VERSION}-sources.jar /app
1616COPY ./conf/default-config.json /app/conf/
1717COPY ./conf/*.xml /app/conf/
1818
19- RUN adduser -D uid2-core && mkdir -p /app && chmod 705 -R /app && mkdir -p /app/file-uploads && chmod 777 -R /app/file-uploads
19+ RUN adduser -D uid2-core && mkdir -p /app && chmod 705 -R /app && mkdir -p /app/file-uploads && chmod 777 -R /app/file-uploads && mkdir -p /app/pod_terminating && chmod 777 -R /app/pod_terminating
2020USER uid2-core
2121
2222CMD java \
Original file line number Diff line number Diff line change 2424 <vertx .verticle>com.uid2.core.vertx.CoreVerticle</vertx .verticle>
2525 <launcher .class>io.vertx.core.Launcher</launcher .class>
2626
27- <uid2-shared .version>9.3.0 </uid2-shared .version>
27+ <uid2-shared .version>9.3.8 </uid2-shared .version>
2828 <image .version>${project.version} </image .version>
2929 </properties >
3030
You can’t perform that action at this time.
0 commit comments