This is an example full-stack app using Pocketbase / Svelte(Vite) / Tailwindcss. You can generate any static site project inside this directory and update the Dockerfile accordingly.
- Copy
todos_app/.env.example
totodos_app/.env
. - Run
./run.sh
then navigate to pocketbase admin portal. cd
intotodos_app
and runyarn dev
to start the Svelte app.
PS: You have to rebuild the image before pushing to production.