Begin to do some updates

This commit is contained in:
zontreck 2025-06-25 20:47:42 -07:00
parent 0462b39784
commit dd01f82fac
7 changed files with 21 additions and 10 deletions

View file

@ -31,4 +31,6 @@ RUN chown -R bugvault:bugvault /data
USER bugvault:bugvault
ENV HOME=/data
VOLUME [ "/data" ]
ENTRYPOINT ["/entrypoint.sh"]