Initial commit

This commit is contained in:
Yaser
2026-08-13 20:22:49 +03:30
commit 94f0279983
69 changed files with 83770 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
# Fibitex Admin Tower — based on quay.io/openware/tower:2.4.11
# Runtime config (API URLs, KYC labels) is mounted at /home/app/env.js by Alvand-P.
FROM quay.io/openware/tower:2.4.11
USER root
COPY --chown=app:app app/ /home/app/
USER app
EXPOSE 8080