Docker deploys
When your repository contains a Dockerfile, BreachFix Cloud builds the image and runs the container entrypoint. Leave build and start commands empty unless you need a non-Docker build step first.
Monorepos
Set root directory or Dockerfile path under Service settings → Build when the Dockerfile is not at the repo root.
Environment at runtime
Platform and service environment variables are injected at container start. Your Dockerfile should expose the port your app listens on; the runtime maps gateway traffic to PORT.
Prebuilt images
Pulling prebuilt images from a registry without building from source is not supported in v1 — the platform builds from the Dockerfile in your linked repo or upload.