Any project deploys as a container via Dockerfile.vercel
@vercel/container@0.0.2
1 feature1 fixThis release1 featureNew capabilities1 fixBug fixesAI-tallied from the release notes
Patch Changes
- 09743c6: Support deploying any project as a container via a
Dockerfile.vercelorContainerfile.vercelmarker. A new experimentalcontainerframework preset detects these files and is listed first so it takes precedence over all other frameworks — a project that also looks like (e.g.) a Next.js app will deploy as a container when one of these markers is present. As an experimental framework it is gated behindVERCEL_USE_EXPERIMENTAL_FRAMEWORKS. The@vercel/containerbuilder now recognizes the.vercelmarkers, auto-discovers them when its entrypoint is<detect>, and supports root (non-service) container deploys. - 03fbb1c: Fix container service build output so requests reach the function. Container services now do a normal build, emitting the function at the natural
indexpath inside the nestedservices/<name>/output along with a catch-all route, instead of namespacing under_svc/<name>/indexwith no route to it. Previously a request to the service root never matched the function.
Fetched June 25, 2026

