hackforla / lucky-parking

Visualization of parking data to assist in understanding of the effects of parking policies on a neighborhood by neighborhood basis in the City of Los Angeles
https://www.hackforla.org/projects/lucky-parking.html
33 stars 60 forks source link

[CICD] Dockerize web application #648

Open glenflorendo opened 6 months ago

glenflorendo commented 6 months ago

User Story

As a developer, I want to Dockerize our web application to simplify deployment and ensure consistency across different environments.

Description

Dockerizing our web application involves creating Docker containers for the application, along with any necessary dependencies, such as databases or external services. Dockerizing the application will make it easier to deploy and manage in different environments, as well as improve scalability and reliability.

Acceptance Criteria

Technical References:

Design References:

N/A