Skip to content

Commit 3e98c47

Browse files
committed
feat(srv): update
1 parent 95afd3d commit 3e98c47

File tree

1 file changed

+3
-3
lines changed
  • tutorials/hosting-webapps-serverless-containers

1 file changed

+3
-3
lines changed

tutorials/hosting-webapps-serverless-containers/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Hosting a web app with Serverless Containers
3-
description: This page provides guidelines on how to host and deploy dynamic web applications using Scaleway Serverless Containers
2+
title: Hosting a Next.js web app with Serverless Containers
3+
description: This page provides guidelines on how to host and deploy dynamic Next.js web applications using Scaleway Serverless Containers
44
tags: deploy host website webapp react next containerize application docker dockerfile
55
products:
66
- containers
@@ -29,7 +29,7 @@ import Requirements from '@macros/iam/requirements.mdx'
2929

3030
## Create and host a basic Next.js web application
3131

32-
To host a Next.js web app on Serverless Containers, you must create a Next.js project, implement your pages and any API routes, and add a production-ready Dockerfile that builds and serves the app — either by running a Node server with `next build && next start` or by exporting static files with `next export` if your app is fully static. Build the container image locally, push it to the [Scaleway Container Registry](/container-registry/), and deploy it to [Scaleway Serverless Containers](/serverless-containers/).
32+
To host a [Next.js](https://nextjs.org/) web app on Serverless Containers, you must create a Next.js project, implement your pages and any API routes, and add a production-ready Dockerfile that builds and serves the app — either by running a Node server with `next build && next start` or by exporting static files with `next export` if your app is fully static. Build the container image locally, push it to the [Scaleway Container Registry](/container-registry/), and deploy it to [Scaleway Serverless Containers](/serverless-containers/).
3333

3434
### Create your app and test it locally
3535

0 commit comments

Comments
 (0)