Skip to content

rockyburt/rocky-wheels

 
 

Repository files navigation

rocky-wheels

A simple Quart based Python web app that demonstrates building and publishing via Dagger.

# build image (if necessary) and save to local docker runtime with tag pythonapp:1
dagger do saveLocal --log-format plain

# run the app with local docker runtime
docker run -it --rm pythonapp:1

# build image (if necessary) and save to local image registry
dagger do publishApp --log-format plain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CUE 94.8%
  • Python 5.2%