diff --git a/README.md b/README.md index cc5e0ce..cb2a3a3 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,18 @@ and then run docker-compose build -### You can push your new container to a docker container repository (I use my Forgejo instance!) +You can push your new container to a docker container repository (I use my Forgejo instance!) docker push forge.magnificent.nz/lightweight/webservices-app:latest -### To start it up (and tail the logs - CTRL-C to quit out of the logs without affecting running container) + +### To deploy the new container + +At the location you're running production, pull the updated container + + docker-compose pull + +To start it up (and tail the logs - CTRL-C to quit out of the logs without affecting running container) docker-compose up -d && docker-compose logs -f diff --git a/src/lib/components/CollapsibleSection.svelte b/src/lib/components/CollapsibleSection.svelte new file mode 100644 index 0000000..cb701e5 --- /dev/null +++ b/src/lib/components/CollapsibleSection.svelte @@ -0,0 +1,43 @@ + + +
{activeFiltersString} {filterText} active.
+