Skip to content

Add Docker support for production deployment#461

Open
PedroLiu1999 wants to merge 1 commit intoChurchApps:mainfrom
PedroLiu1999:main
Open

Add Docker support for production deployment#461
PedroLiu1999 wants to merge 1 commit intoChurchApps:mainfrom
PedroLiu1999:main

Conversation

@PedroLiu1999
Copy link
Copy Markdown

This pull request introduces Docker support to streamline deployment and ensure environmental consistency. By containerizing the application, we decouple the build and runtime environments, ensuring the application runs identically on any Docker-capable host.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 1, 2026

Someone is attempting to deploy a commit to the Live Church Solutions Team on Vercel.

A member of the Team first needs to authorize it.

};

static applyCommonEnvOverrides = () => {
EnvironmentHelper.Common.AttendanceApi = process.env.REACT_APP_ATTENDANCE_API || process.env.NEXT_PUBLIC_ATTENDANCE_API || EnvironmentHelper.Common.AttendanceApi;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. The other changes all look good. This function doesn't need to exist though. Instead you can make modifications to https://github.com/ChurchApps/Packages/blob/main/helpers/src/CommonEnvironmentHelper.ts

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'll action these.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now removed the last commit. It's only adding the docker file in this pull request now. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants