3 lines
98 B
Bash
Executable file
3 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo docker run -it --rm -v "$PWD:/usr/app/" epitechcontent/epitest-docker bash "$@"
|