Initial commit
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user