Update Dockerfile

This commit is contained in:
verita84 2023-10-08 22:08:34 +00:00
parent b5ea7fa4d1
commit 178d8ea5b2

View File

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