10 lines
163 B
Markdown
10 lines
163 B
Markdown
# env2dc
|
|
A simple tool to convert env.sh to the docker-compose environment variable syntax.
|
|
|
|
```
|
|
go install
|
|
cd ~/path/to/directory/containing/env.sh
|
|
env2dc
|
|
```
|
|
|