Skip to content

Add Docker Support, .dockerignore, and Update README to Simplify App Startup#15

Open
felipe-de-godoy wants to merge 3 commits into
Omniplex-ai:mainfrom
felipe-de-godoy:main
Open

Add Docker Support, .dockerignore, and Update README to Simplify App Startup#15
felipe-de-godoy wants to merge 3 commits into
Omniplex-ai:mainfrom
felipe-de-godoy:main

Conversation

@felipe-de-godoy

Copy link
Copy Markdown

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