Skip to content

Commit e63de50

Browse files
authored
Update ReadMe.md
Add missing tag flag for the Apple Silicon based - docker command.
1 parent 57b6eba commit e63de50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/docker/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ https://docs.docker.com/engine/installation/
2828

2929
If running on an Apple M1 Mac, use this instead:
3030

31-
docker build --platform linux/amd64 seleniumbase .
31+
docker build --platform linux/amd64 -t seleniumbase .
3232

3333
#### 6. Run [the example test](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) with Chrome inside your Docker: (Once the test completes after a few seconds, you'll automatically exit the Docker shell)
3434

0 commit comments

Comments
 (0)