rockyburt / rocky-wheels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CUE 94.8%Language:Python 5.2%