Explore >> Select a destination


You are here

mherman.org
| | khromov.se
2.9 parsecs away

Travel
| | If you're looking to containerize your SvelteKit application, you've come to the right place. In this post, we'll walk through creating a Dockerfile for a SvelteKit app using adapter-node. Let's dive in! Configure SvelteKit to use adapter-node First, let's install adapter-node which builds your site for Node.js: Then, open the svelte.config.js file and change the adapter: The Dockerfile Now let's write the Dockerfile which will tell Docker how to build your application: Don't worry if this looks intimida...
| | bpohoriletz.github.io
2.8 parsecs away

Travel
| | Time: 5-10 min Level: Beginner Code: Application Version: Mar 06, 22 References: Graceful Dev - Avdi Grimm Docker Docs Alpine, Slim, Stretch, Buster, Jessie,...
| | www.frontendundefined.com
1.4 parsecs away

Travel
| | This post describes how you can use Docker Compose to host a react app
| | davquar.it
13.8 parsecs away

Travel
| Umami is an open-source, privacy oriented and lightweight web analytics service written in Node. Umami is super easy and quick to self-host, and in this post we'll see a setup with Docker Compose.