Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 360 Bytes

Description

CoreUI React.js + Spring boot

Docker

Build

mvn clean package docker:build

Pull

docker pull r3kdotio/springbootreactjs-starter

Run

docker run -p 8080:8080 r3kdotio/springbootreactjs-starter

Kubernetes

kubectl create -f springbootreactjs-starter-deployment.yaml kubectl expose deployment springbootreactjs-starter-deployment