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

Decouple frontend and backend #75

Open
6 tasks
odrodrig opened this issue Aug 9, 2021 · 0 comments
Open
6 tasks

Decouple frontend and backend #75

odrodrig opened this issue Aug 9, 2021 · 0 comments

Comments

@odrodrig
Copy link
Contributor

odrodrig commented Aug 9, 2021

WORKDIR /usr/src/app
COPY client/package.json client/yarn.lock ./
RUN yarn
COPY client/. ./
RUN yarn build

After automation is built, revist building frontend and backend in 2 separate containers.

Steps:

  • - Break apart dockerfile into two files: frontend and backend.
  • - Build Docker compose file for local testing
  • - Create a deployment with the two new containers
  • - Deploy new containers
  • - Test deployments
  • - Update CI/CD with new deployments
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

1 participant