Remove VOLUME from Dockerfile

because podman creates a directory at that path.
This commit is contained in:
Ben 2024-02-05 17:45:17 +01:00
parent 1d62653830
commit 7b6d0ae68f
Signed by: ben
GPG Key ID: 0F54A7ED232D3319
1 changed files with 1 additions and 2 deletions

View File

@ -20,8 +20,7 @@ RUN groupadd -g "${WMN_GID}" wmn && \
chown -R "${WMN_UID}:${WMN_GID}" /opt/webhook-matrix-notifier
USER wmn
VOLUME /etc/wmn/config.yml
ENV WMN_CONFIG_PATH=/etc/wmn/config.yml
ARG WMN_CONFIG_PATH=/etc/wmn/config.yml
WORKDIR /opt/webhook-matrix-notifier
ENV PIPENV_VENV_IN_PROJECT=1