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