Skip to content

tobiasdenzler/pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pong

Simple webserver with single health endpoint.

Development

Run

Run the server locally:

go run ./cmd/server

Docker

Use Docker to build the image locally

# build images
docker build -t pong .

# run image
docker run pong
docker run -it pong /bin/bash

OpenShift

# setup build
oc new-build https://github.com/tobiasdenzler/pong

# start build
oc start-build -F pong

About

Simple webserver with single health endpoint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published