Skip to content

Commit 33d2b26

Browse files
authored
Merge pull request #298 from IABTechLab/Ian-Nara-patch-1
update dockerfile to include directoy for prestop hook
2 parents 8b47744 + dceef5c commit 33d2b26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY ./target/${JAR_NAME}-${JAR_VERSION}-sources.jar /app
1616
COPY ./conf/default-config.json /app/conf/
1717
COPY ./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
2020
USER uid2-core
2121

2222
CMD java \

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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

0 commit comments

Comments
 (0)