5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
docker-compose run --entrypoint "/bin/bash" rvpn
|
||
|
|