Optimize template images + disable image optim docker (#313)

* Optimize template images + disable image optim docker

* Fix new name default docker env variable name

* Re-establish template page cache
This commit is contained in:
Julien Nahum
2024-02-06 19:56:14 +01:00
committed by GitHub
parent 2274bd1abd
commit cf32ba22f7
8 changed files with 41 additions and 9 deletions

View File

@@ -7,10 +7,9 @@ nvm use 20
cd /app/nuxt/server/
. /app/client/.env
[ "x$NUXT_API_SECRET" != "x" ] || generate-api-secret.sh
sed 's/^/export /' < /app/.nuxt.env > env.sh
. env.sh
eval $(sed 's/^/export /' < /app/client/.env)
node index.mjs