Update README.md

This commit is contained in:
piair338 2022-10-16 15:47:58 +02:00 committed by GitHub
parent ac737cd048
commit ecd695f45c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Using Selenium and geckodriver.
## If you're using docker (way easier) ## If you're using docker (way easier)
to use docker, run to use docker, run
``` ```
docker build Dockerfile sudo docker build .
#copy the build id #copy the build id
docker run -ti --name MsRewards [build id] docker run -ti --name MsRewards [build id]
``` ```