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