10 lines
254 B
Docker
10 lines
254 B
Docker
# 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
|