Jason-Sijie / blogweb

A Markdown Blog Website in Spring and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

M2: Deploy to docker container

Jason-Sijie opened this issue · comments

  • build both backend and frontend into docker images
  • deploy containers locally
  • set up k8s to manage containers
  • deploy to remote server

commit: 7dac864

  • Created docker file and repository for backend Spring Boot App.
  • Created a CI workflow for build-push docker image.

Created two dockerfiles for both react app and spring boot app.