Update Dockerfile

Co-authored-by: Oleg Lobanov <oleg@lobanov.me>
pull/3194/head
mohamedbenhariz 2024-09-25 16:19:14 +02:00 committed by GitHub
parent c029a0eadd
commit 210bcdec32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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