File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,14 @@ EXPOSE 8088
77ARG JAR_NAME=uid2-optout
88ARG JAR_VERSION=1.0.0-SNAPSHOT
99ARG IMAGE_VERSION=1.0.0.unknownhash
10- ARG EXTRA_CONFIG
1110ENV JAR_NAME=${JAR_NAME}
1211ENV JAR_VERSION=${JAR_VERSION}
1312ENV IMAGE_VERSION=${IMAGE_VERSION}
1413
1514COPY ./target/${JAR_NAME}-${JAR_VERSION}-jar-with-dependencies.jar /app/${JAR_NAME}-${JAR_VERSION}.jar
1615COPY ./target/${JAR_NAME}-${JAR_VERSION}-sources.jar /app
1716COPY ./run_tool.sh /app
18- COPY ./conf/default-config.json ${EXTRA_CONFIG} /app/conf/
17+ COPY ./conf/default-config.json /app/conf/
1918COPY ./conf/*.xml /app/conf/
2019
2120RUN addgroup --gid 1100 uidusers && adduser -D -G uidusers --uid 1100 uid2-optout && mkdir -p /opt/uid2 && chmod 755 -R /opt/uid2 && mkdir -p /app && chmod 705 -R /app && mkdir -p /app/file-uploads && chmod 777 -R /app/file-uploads
You can’t perform that action at this time.
0 commit comments