-
Notifications
You must be signed in to change notification settings - Fork 518
Closed
@john0isaac
Description
Description
Currently, we are zipping the whole src folder and uploading it to the container.
The code in the frontend/
folder is not needed after we compile the static
folder.
rag-postgres-openai-python/azure.yaml
Line 7 in b05f38a
project: ./src
Proposal
[Option 1] Move the frontend
folder outside of the src
folder
[Option 2] Restructure src
folder to this:
src │ └─── frontend │ ..... └─── backend │ .dockerignore │ Dockerfile │ ..... └─── fastapi_app │ ..... └─── static
Then use backend folder in azure.yaml
Metadata
Metadata
Assignees
Labels
No labels