From a17ac5c976d71a16ed32a7d2383c90cf85cd8c41 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 13 May 2023 16:01:36 -0600 Subject: [PATCH] fix --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9de681e..e0d5b99 100755 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,7 @@ COPY example.yml /opt/misskey/.config/default.yml COPY misskey.conf /etc/nginx/sites-enabled/ COPY nginx.conf /etc/nginx/ COPY postgresql.conf /etc/ +COPY pg_hba.conf /etc/ COPY crontab / RUN crontab /crontab CMD bash /opt/start.sh