Azure-Samples / azure-openai-chat-frontend

The Chat App Protocol compliant user-interface building block, for your chat-gpt like RAG pattern applications built with Azure OpenAI and Azure AI Search.
MIT License
36 stars 22 forks source link

fix: wrong path in devcontainer config #23

Closed hund030 closed 1 month ago

hund030 commented 1 month ago

Purpose

postCreateCommand script path is wrong

2024-08-29 08:03:38.472Z: /.devcontainer/postCreateCommand.sh 2024-08-29 08:03:38.880Z: /bin/sh: 1: /.devcontainer/postCreateCommand.sh: not found 2024-08-29 08:03:38.909Z: postCreateCommand failed with exit code 127. Skipping any further user-provided commands.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

What to Check

Verify that the following are valid

Other Information