Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize UpGrade Demo App for improved deployment #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zackcl
Copy link
Contributor

@zackcl zackcl commented Aug 26, 2024

This PR introduces Docker support for the UpGrade Demo App, enhancing deployment consistency and simplifying the development setup process.

Key changes:

  • Add Dockerfile for containerizing the Node.js application
  • Create docker-compose.yml for orchestrating the app service
  • Implement Makefile with Docker-related commands for easier management
  • Add .dockerignore to optimize build context and image size
  • Adjust server configuration (server.js) to handle UPGRADE_HOST_URL in Docker environments
  • Update README.md file

@zackcl zackcl added the enhancement New feature or request label Aug 26, 2024
@zackcl zackcl self-assigned this Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant