Reduced the number of layers created by ENV instructions by combining environment variable declarations into a single ENV statement. No functional changes were made to the Docker build or runtime behavior. The update only improves readability and slightly optimizes the image build process. Minor formatting adjustments were also applied to keep the Dockerfile cleaner and easier to maintain.
* docs: add references to PUB_DISABLE_ALL_EXTERNAL_REQUESTS
* fix: somehow i forgot the PUB_ prefix
* feat: remove all external stuff (stripe, plausible, video) when PUB_DISABLE_ALL_EXTERNAL_REQUESTS is on
* docs: add note
* fix(docs): grammar
* fix: only hide plausible opt-in when privacy mode is enabled
While `nginx:stable-alpine` already exposes 80/tcp by default (visible with `docker image inspect`), I figured it was still worth adding so that the port which VERT uses when running inside a container is a bit more clear.
* Replace deprecated jsmediatags with music-metadata
* Avoid streaming from the Blob, to improve performance with Firefox
* End Dockerfile with new line
---------
Co-authored-by: Borewit <Borewit@users.noreply.github.com>