Skip to content

SUU-Argo/argocd-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example App

Building and running locally

cd src
docker build -t example-app .
docker run -p 8080:8080 example-app

Building and pushing to docker hub

chmod u+x build_and_push.sh
./build_and_push.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published