Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Improvement with Linux instruction.
  • Loading branch information
gmndrg authored Nov 8, 2023
1 parent 9ce3d64 commit 9e775fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ docker run --env-file .env -p 8081:80 YOUR_DOCKER_REGISTRY/YOUR_DOCKER_IMAGE
docker push YOUR_DOCKER_REGISTRY/YOUR_DOCKER_IMAGE
```

**Note**: If you are using Linux, make sure to go to https://github.com/Azure-Samples/chat-with-your-data-solution-accelerator/blob/main/docker/docker-compose.yml#L9 and modify the docker-compose.yml to use forward slash /. The backslash version just works with Windows.


### Develop & run the batch processing functions

If you want to develop and run the batch processing functions container locally, use the following commands.
Expand Down

0 comments on commit 9e775fa

Please sign in to comment.