mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
Copy changelog file in website docker (#2384)
* copy changelog file in website docker * Update CHANGELOG.md
This commit is contained in:
parent
fb7d768013
commit
ca67384ef1
@ -48,7 +48,8 @@ No changes to highlight.
|
||||
* Fix image_classifier_interface_load demo by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 2365](https://github.com/gradio-app/gradio/pull/2365)
|
||||
* Small fixes to docs for `Image` component by [@abidlabs](https://github.com/abidlabs) in [PR 2372](https://github.com/gradio-app/gradio/pull/2372)
|
||||
* Automated Release Notes by [@freddyaboulton](https://github.com/freddyaboulton) in [PR 2306](https://github.com/gradio-app/gradio/pull/2306)
|
||||
* Fixed small typos in the docs [@julien-c](https://github.com/julien-c) in [PR 2373](https://github.com/gradio-app/gradio/pull/2373)
|
||||
* Fixed small typos in the docs by [@julien-c](https://github.com/julien-c) in [PR 2373](https://github.com/gradio-app/gradio/pull/2373)
|
||||
* Copy changelog file in website docker by [@aliabd](https://github.com/aliabd) in [PR 2384](https://github.com/gradio-app/gradio/pull/2384)
|
||||
|
||||
## Contributors Shoutout:
|
||||
No changes to highlight.
|
||||
|
@ -19,6 +19,7 @@ RUN pnpm build:website
|
||||
WORKDIR /gradio
|
||||
COPY ./gradio ./gradio
|
||||
COPY ./requirements.txt ./requirements.txt
|
||||
COPY ./CHANGELOG.md ./CHANGELOG.md
|
||||
COPY ./pyproject.toml ./pyproject.toml
|
||||
COPY ./README.md ./README.md
|
||||
COPY ./test ./test
|
||||
|
Loading…
Reference in New Issue
Block a user