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