Add dockerfile

This commit is contained in:
2026-07-28 21:13:04 +02:00
parent 535ff47d09
commit a5acf661f4

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM ainullcode/borg-ui
COPY ./licensing_service.patch /app/services/licensing_service.py
ENTRYPOINT ["/entrypoint.sh"]