🐋 Simple pnpm image optimized for SvelteKit project.
935
docker pull kwaabot/dkit # DockerHub
docker pull ghcr.io/kwaa/dkit # GitHub Container Registry
use importantimport/urara, build with adapter-node, serve at 0.0.0.0:3000
ADAPTER=noderequired by Urara
docker run --it --name dkit \
-e ADAPTER=node \
-e REPO=importantimport/urara \
-e SERVE=true \
--network=host \
kwaabot/dkit build
local repository at /home/user/repo, pnpm-store already exists, skip installation step, start the development server with port 8080
docker run --it --rm \
-e INSTALL=false \
-v /home/user/repo:/usr/src/app \
-v /var/cache/pnpm-store:/var/cache/pnpm-store \
--network=host \
kwaabot/dkit dev --port 8080
pnpm-store folder location.
repository folder location.
set to another value to use degit to download the repository.
set to false to skip the installation step.
set to true to start the server generated by adapter- when using this feature, you should ensure that the OUT directory is configured correctly and that the index.js file is correctly generated.
adapter-node output folder name, only used when SERVE=true.
This work is free, it comes without any warranty. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.
Content type
Image
Digest
sha256:0e971c100…
Size
63.6 MB
Last updated
almost 4 years ago
docker pull kwaabot/dkit