Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 413 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 413 Bytes

Orion MS

Running with a IDE

  • Start the database with docker-compose up orion-db
  • Run the main method in GameApp class.

Runing as a container

Install docker

Build the image with jib

mvn jib:dockerBuild

Start with compose

After building the image the server can be run with docker-compose up