Skip to content

Docker Setup #38

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

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

Docker Setup #38

wants to merge 1 commit into from

Conversation

JPaul23
Copy link
Collaborator

@JPaul23 JPaul23 commented Mar 24, 2022

Overview

This is a chore for Docker setup, where we build our application on Docker and give it the ability to run on any system and environment because by then it will be a packaged app with its all dependencies.
The file contains:

  • Dockerfile
  • Docker-compose.yml and,
  • .dockerignore files
  1. You need to have Docker installed to test this.
  2. Build a container: docker build -t callback-bn-api . <- remember this dot(.) as it indicates the current directory.
  3. Run compose: to build the whole application with docker -compose up

The work is still in progress here ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WIP Work In Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant