|
You are here |
mherman.org | ||
| | | | |
khromov.se
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | This post describes how you can use Docker Compose to host a react app | |
| | | | |
davquar.it
|
|
| | | 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. | ||