Skip to content
Snippets Groups Projects
Commit 9c7b8233 authored by Ryan Lewis's avatar Ryan Lewis
Browse files

Remove sudo from docker run command

parent 14d6d5f3
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
# Script Configuration
source .env
sudo docker run -it --rm \
docker run -it --rm \
--name $CONTAINER_NAME \
--user=$USER_ID\
--net=host \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment