Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 1f9895b

Browse files
Added option to start container on windows in readme
1 parent 83b0cb0 commit 1f9895b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ Now, all the components are ready and it's time to bring them all together. Buil
8080
$ bash start_container
8181
```
8282

83-
Or, if you dont have bash in your CLI:
83+
Or on winodws, you can run the following file:
8484
```
85-
$ docker build -t automl-container-backend .
86-
$ docker run -d -p 7531:7531 automl-container-backend
85+
$ start_container_windows.bat
8786
8887
```
8988

0 commit comments

Comments
 (0)