megachangelog
Feature

Deploy Dockerfile containers to Vercel Functions

Vercel Functions now support deploying OCI-compatible container images from Dockerfile or Containerfile, making it easier to bring existing applications in any language to Vercel while retaining preview deployments, logs, routing, and autoscaling.

now support deploying HTTP servers from a or , using Open Container Initiative (OCI) compatible images on Fluid compute.Vercel FunctionsDockerfileContainerfile

This makes it easier to bring existing applications written in any language to Vercel while keeping the preview deployments, logs, routing, and autoscaling benefits of using Vercel Functions and Fluid compute.

To use container images with your functions, create a project with a (or ) file that starts an HTTP server listening on :Dockerfile.vercelContainerfile.vercel$PORT

This image will be built, pushed, and deployed on every commit to .Vercel Container Registry

Learn more about using container images in the .docs

Read more

functionsdockercontainersdeploymentvercel-platform

Source: original entry ↗