updates render dockerfile to correctly copy patches dir into build context

This commit is contained in:
nai-degen
2024-09-16 23:39:43 -05:00
parent d21e274358
commit 4dfd57fcb4
4 changed files with 3 additions and 8 deletions
-4
View File
@@ -8,7 +8,6 @@ Reverse proxy server for various LLM APIs.
- [Usage Instructions](#usage-instructions)
- [Self-hosting](#self-hosting)
- [Huggingface (outdated, not advised)](#huggingface-outdated-not-advised)
- [Render (outdated, not advised)](#render-outdated-not-advised)
- [Local Development](#local-development)
## What is this?
@@ -44,9 +43,6 @@ If you'd like to run your own instance of this server, you'll need to deploy it
### Huggingface (outdated, not advised)
[See here for instructions on how to deploy to a Huggingface Space.](./docs/deploy-huggingface.md)
### Render (outdated, not advised)
[See here for instructions on how to deploy to Render.com.](./docs/deploy-render.md)
## Local Development
To run the proxy locally for development or testing, install Node.js >= 18.0.0 and follow the steps below.