restructured and simplified favicon

This commit is contained in:
Niki Wix Skaarup 2025-04-12 21:14:09 +02:00
parent 259ccfe851
commit 08c127f637
Signed by: nikiskaarup
GPG key ID: FC2F1B116F6E788C
28 changed files with 320 additions and 260 deletions

View file

@ -35,5 +35,4 @@ COPY --from=install /temp/prod/node_modules node_modules
COPY --from=prerelease /app/ .
# run the app
ENTRYPOINT [ "bun", "run", "start" ]
ENTRYPOINT [ "bun", "start" ]