This commit is contained in:
Your Name 2023-05-13 16:01:36 -06:00
parent 6b50600a66
commit a17ac5c976

View File

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