From 80416afbf896ed76c4c992beeee8402d74b401fc Mon Sep 17 00:00:00 2001 From: verita84 Date: Sun, 8 Oct 2023 22:18:29 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ad0402..364ddc0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,5 @@ 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