3 lines
60 B
Plaintext
3 lines
60 B
Plaintext
|
#!/bin/bash
|
||
|
source .env
|
||
|
docker exec -it ${NAME:-doc} bash -l
|