adds frontend

This commit is contained in:
2026-05-16 16:36:51 -07:00
parent 40c63dc4e2
commit c00913ec35
17 changed files with 1473 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ COPY . .
RUN mkdir -p /archives && chmod 0777 /archives
VOLUME ["/archives"]
EXPOSE 5733
ENTRYPOINT ["dumb-init", "--", "/app/scripts/archive-worker-entrypoint.sh"]
CMD ["help"]