Update Dockerfile

This commit is contained in:
verita84 2023-10-08 22:18:29 +00:00
parent 1bc00392bb
commit 80416afbf8

View File

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