No description
- TypeScript 45.1%
- Svelte 44.8%
- CSS 3.4%
- Dockerfile 2.7%
- HTML 1.6%
- Other 2.4%
|
All checks were successful
Docker Image CI - Main / docker (push) Successful in 32s
Reviewed-on: #1 |
||
|---|---|---|
| .forgejo/workflows | ||
| prisma | ||
| src | ||
| static | ||
| .dockerignore | ||
| .gitignore | ||
| .npmrc | ||
| build.sh | ||
| bun.lock | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| package.json | ||
| postcss.config.js | ||
| prisma.config.ts | ||
| README.md | ||
| run.sh | ||
| svelte.config.js | ||
| tailwind.config.ts | ||
| TODO.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
A new version of my website written with sveltekit
nifty i guess
The docker image requires the nonroot user (id 65532) to own the /app/data folder for any bind mounts.
Use the command sudo chown -R 65532:65532 <your_path_here> to set ownership.