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, .dockerignore, and Update README to Simplify App Startup #15

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

felipe-de-godoy
Copy link

Summary:
This pull request enhances the setup process for the application by introducing comprehensive Docker support. It includes the addition of Docker configuration files and a .dockerignore file, along with updates to the README. These changes aim to streamline and simplify the process of starting the app, making it more accessible and user-friendly.

Changes Made:

  1. Docker Files Added:

    • Dockerfile: Defines the Docker image, including the necessary environment and dependencies.
    • docker-compose.yml: Facilitates multi-container Docker applications, orchestrating the starting of services.
    • .dockerignore: Specifies which files and directories should be ignored by Docker to optimize the build process.
  2. Updated README:

    • Added detailed instructions on how to use Docker to start the app.
    • Provided guidance on setting up credentials.
    • Included a step-by-step guide on running docker-compose up.

Issue solved: #5

update to contain firebase and docker setup
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.

1 participant