4 lines
117 B
Bash
4 lines
117 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
(export USER=$USER && export PASS=$PASS && export LICENSE=$LICENSE && docker-compose -f geny.yml up -d)
|