Skip to content

Commit

Permalink
ensure db run dir exists
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Aug 16, 2023
1 parent 94a9f77 commit 73aaed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ RUN set -x && \
rm -rv /etc/nginx.monitor-hub && \
VERSION=$(cat /package.json| grep 'version' | cut -d '"' -f 4) && \
echo "${VERSION}" > /CONTAINER_VERSION && \
mkdir -p /run/monitor-hub && \
# Clean up
apt-get remove -y "${TEMP_PACKAGES[@]}" && \
apt-get autoremove -y && \
Expand Down

0 comments on commit 73aaed1

Please sign in to comment.