Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile #18

Open
CWCCCCC opened this issue Aug 30, 2020 · 2 comments
Open

Dockerfile #18

CWCCCCC opened this issue Aug 30, 2020 · 2 comments

Comments

@CWCCCCC
Copy link

CWCCCCC commented Aug 30, 2020

in Dockerfile, I can't find ./secrets.env

@kiranandcode
Copy link
Member

secrets.env is a file that declares any secret environment variables that are specific to your deployment - i.e you must create it yourself before deploying.

It should follow the format specified at: https://docs.docker.com/compose/env-file/

and it should provide an environment value for each property of process.env accessed in backend/env/index.js (https://github.com/fhirfli/FHiRVisualization/blob/master/backend/env/index.js)

@kiranandcode
Copy link
Member

I should also note that this project isn't in active maintenance, so hasn't been updated to meet the latest changes in the JS ecosystem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants