Skip to content

Remove unused code from container #52

Closed
@john0isaac

Description

@john0isaac

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.

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions