Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 279 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 279 Bytes

tx-web-server

add .env

GOOGLE_APPLICATION_CREDENTIALS=path/to/backet/creds.json

run docker

docker run -d --name tx-web-server -p 80:80 --env-file=./.env --restart on-failure -v /etc/data/credentials.json:/etc/data/credentials.json tx-web-server:latest