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 permission #24

Closed hund030 closed 1 month ago

hund030 commented 1 month ago

Purpose

  [2024-08-30T02:52:06.296Z] Running the postCreateCommand from devcontainer.json...

  [2024-08-30T02:52:06.566Z] /bin/sh: 1: ./.devcontainer/postCreateCommand.sh: Permission denied

  [2024-08-30T02:52:06.570Z] postCreateCommand failed with exit code 126. Skipping any further user-provided commands.

  Error: Command failed: /bin/sh -c ./.devcontainer/postCreateCommand.sh

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:

Other Information