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

Commit 28c6259

Browse files
author
JWittmeyer
committed
Adds windows batch file
1 parent cf01a78 commit 28c6259

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

start_container_windows.bat

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
docker build -t automl-container-backend .
3+
4+
docker run ^
5+
-p 7531:7531 ^
6+
--name automl-container ^
7+
--rm ^
8+
automl-container-backend
9+
10+
docker logs automl-container -f

0 commit comments

Comments
 (0)