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

CI: Dockerfile alignment for /frontend #36

Open
Tracked by #9
cyri113 opened this issue Jul 5, 2023 · 0 comments
Open
Tracked by #9

CI: Dockerfile alignment for /frontend #36

cyri113 opened this issue Jul 5, 2023 · 0 comments
Assignees
Milestone

Comments

@cyri113
Copy link
Contributor

cyri113 commented Jul 5, 2023

Problem

TogetherCrew is based on micro-services. As the number of micro-services will continue to grow, it is of vital importance to ensure that they follow the same CI pipeline, else developers the quality and speed of delivery of the product will be put at risk.

Solution

We have already developed a CI pipeline for the TogetherCrew project. Now we need to align our existing repositories to this pipeline.

Task

  • Create or modify the Dockerfile so that the application can be run in a container. Reuse Dockerfile if possible.
  • Create or modify the .dockerignore
  • Make sure that the that you can run the Dockerfile and that it builds successfully.

Notes

  • It is CRITICAL that the Dockerfile container a base, test, build, and prod targets as they are used in the CI/CD process.

Prerequisites

@cyri113 cyri113 added this to the CI Sprint #1 milestone Jul 6, 2023
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

No branches or pull requests

2 participants