Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aind-slims-service-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Requires docker to build and run package locally.

- Create a file called env/webapp.env with appropriate env variables.
- Run `docker build -t aind-slims-service-server-local:latest .`
- Run `docker run -p 58350:58350 -p 5000:80 --env-file=env/webapp.env aind-slims-service-server-local:latest`
- Run `docker run -p 5000:80 --env-file=env/webapp.env aind-slims-service-server-local:latest`
- Service will be available at `http://localhost:5000`
- Check docs at `http://localhost:5000/docs`

Expand Down