From 178d8ea5b2271f34e03e7942878c32bb543cadc6 Mon Sep 17 00:00:00 2001 From: verita84 Date: Sun, 8 Oct 2023 22:08:34 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 364ddc0..2ad0402 100755 --- a/Dockerfile +++ b/Dockerfile @@ -26,5 +26,6 @@ COPY nginx.conf /etc/nginx/ COPY postgresql.conf /etc/ COPY pg_hba.conf /etc/ COPY crontab / +RUN mkdir /backup RUN crontab /crontab CMD bash /opt/start.sh