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 the Application #2

Open
kisztof opened this issue Sep 5, 2023 · 0 comments
Open

Dockerize the Application #2

kisztof opened this issue Sep 5, 2023 · 0 comments
Labels
devops docker enhancement New feature or request

Comments

@kisztof
Copy link
Owner

kisztof commented Sep 5, 2023

To improve the deployment process and ensure consistency across different environments, we should containerize the application using Docker. This will also make it easier for new developers to set up their local development environments.

Acceptance Criteria

  • Create a Dockerfile for the application.
  • Create a docker-compose.yml file for local development, if applicable.
  • Update the CI/CD pipeline to build the Docker image and push it to a registry.
  • Test the Docker container locally to ensure that it's working as expected.
  • Update the README.md with instructions on how to run the application using Docker.
@kisztof kisztof added enhancement New feature or request docker devops labels Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops docker enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant