No description
| .forgejo/workflows | ||
| src | ||
| test | ||
| .gitignore | ||
| Dockerfile | ||
| gleam.toml | ||
| manifest.toml | ||
| README.md | ||
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