Skip to content

Commit

Permalink
Fix prometheus temp folder permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Dec 10, 2023
1 parent 7398add commit afd96d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ RUN cd /registrar_pycsw && \
ADD eoxserver.patch /opt/eoxserver/
RUN cd /opt/eoxserver && patch -p 1 < eoxserver.patch

ENV PROMETHEUS_MULTIPROC_DIR="/var/tmp/prometheus_multiproc_dir"
RUN mkdir -p $PROMETHEUS_MULTIPROC_DIR && \
chmod 777 $PROMETHEUS_MULTIPROC_DIR

ENV STARTUP_SCRIPTS="/registrar_pycsw/registrar_pycsw/initialize-collections.sh"

0 comments on commit afd96d1

Please sign in to comment.