From 210bcdec324b5cf820c4827aac8de49599c26f46 Mon Sep 17 00:00:00 2001 From: mohamedbenhariz <55621259+mohamedbenhariz@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:19:14 +0200 Subject: [PATCH] Update Dockerfile Co-authored-by: Oleg Lobanov --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0113b04d..07bec4d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,9 @@ RUN chmod +x /healthcheck.sh # Make the script executable HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \ CMD /healthcheck.sh || exit 1 -RUN mkdir -p /Certs +RUN mkdir -p /certs -VOLUME /srv /Certs +VOLUME /srv /certs EXPOSE 80 COPY docker_config.json /.filebrowser.json