Skip to main content
floo builds from the Dockerfile in your repo. Every service you deploy needs one.

Checklist

  • Build succeeds from a clean checkout
  • Process binds to $PORT
  • All runtime dependencies in the final image
  • CMD or ENTRYPOINT starts the service
  • One Dockerfile per service directory

Docker Hub caching

Use standard Docker Hub images in your Dockerfile. floo automatically routes pulls through a regional cache — no configuration needed. Builds are faster because layers are served from Artifact Registry instead of pulling from Docker Hub every time.

Node.js example

Python example