mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
Add Supabase to Dockerfile
This commit is contained in:
parent
e28ef7d709
commit
74c0e2d72c
@ -58,6 +58,9 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
||||
# Copy the rest of the application
|
||||
COPY . .
|
||||
|
||||
# COPY Supabase from ../supabase in /code/supabase
|
||||
COPY ../supabase /code/supabase
|
||||
|
||||
EXPOSE 5050
|
||||
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5050", "--workers", "6"]
|
Loading…
Reference in New Issue
Block a user