Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Sam! Bonfante <[email protected]>
  • Loading branch information
amitlissack and X-sam committed May 25, 2021
1 parent 000c2ff commit e069685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- "9999:9999"
robot-server:
image: opentrons:latest
build .
command: uvicorn "robot_server:app" --host 0.0.0.0 --port 31950 --ws wsproto --reload
ports:
- "31950:31950"
Expand Down

0 comments on commit e069685

Please sign in to comment.