Skip to content

nnuuvv/example_dot_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example_dot_env

Makes example.env versions of all .env files in the current directory (and subdirectories)

Run using:

docker run -it --mount type=bind,src=.,dst=/app/data git.nuv.sh/nuv/example_dot_env:latest

Creates
example.env

SOME_VARIABLE=

from
.env

SOME_VARIABLE=some_secret_key