5 lines
97 B
Bash
5 lines
97 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# Set variable for current active docker compose file
|
||
|
|
export file="development.yml"
|