feat: epitest full image path

This commit is contained in:
AngeD 2023-03-12 18:19:16 +01:00
parent 807d097bdc
commit 7330e0b22f
5 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
#!/bin/bash
sudo docker run -it --rm --user "$UID:$GID" -v "$PWD:/usr/app/" epitechcontent/epitest-docker bash "$@"
sudo docker run -it --rm --user "$UID:$GID" -v "$PWD:/usr/app/" docker.io/epitechcontent/epitest-docker bash "$@"