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

Add Docker support #7

Merged
merged 1 commit into from
Jan 2, 2025
Merged

Conversation

vishwamartur
Copy link
Contributor

Related to #6

Add Docker support to the project.

  • Dockerfile: Create a Dockerfile to build the application using node:22 as the base image, copy the application code, install dependencies, build the application, and set the command to run the application.
  • docker-compose.yml: Create a docker-compose.yml file to define services, set up environment variables from .env file, and map ports from the container to the host.
  • README.md: Update the README.md to include Docker and Docker Compose instructions, add prerequisites for Docker and Docker Compose, and provide steps to build and run the Docker container.

Related to ericciarla#6

Add Docker support to the project.

* **Dockerfile**: Create a `Dockerfile` to build the application using `node:22` as the base image, copy the application code, install dependencies, build the application, and set the command to run the application.
* **docker-compose.yml**: Create a `docker-compose.yml` file to define services, set up environment variables from `.env` file, and map ports from the container to the host.
* **README.md**: Update the `README.md` to include Docker and Docker Compose instructions, add prerequisites for Docker and Docker Compose, and provide steps to build and run the Docker container.
@ericciarla
Copy link
Owner

LGTM! Merging

@ericciarla ericciarla merged commit d2f3db4 into ericciarla:main Jan 2, 2025
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