Skip to content

derek-saal/default

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Purpose

Build Instructions

  1. docker build -t project:latest .
  2. docker run -p 8080:8080 -it project:latest
  3. Go to localhost:8080/ui for usage

How it works

Growth

DevOps

  • Implements /health_check
  • Does not require other services
    • Does not need to specify consumed ports from other containers
  • Does not require any data mount
  • Does not use any env vars
  • In-Container port is exposed on 8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages