aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-06-01 00:28:23 +0100
committerLibravatar André Oliveira <oliveira.andrerodrigues95@gmail.com>2022-06-01 00:28:23 +0100
commit5fd35e2c774e4a522072582cfe6bb39d83117214 (patch)
tree1c64b1147813a6c8d4b982e33f8dd143801ed9b9
parentUpdated 'recipes' subdmodule (diff)
downloadferdium-server-5fd35e2c774e4a522072582cfe6bb39d83117214.tar.gz
ferdium-server-5fd35e2c774e4a522072582cfe6bb39d83117214.tar.zst
ferdium-server-5fd35e2c774e4a522072582cfe6bb39d83117214.zip
Fix pnpm version on entrypoint.shv1.3.6
-rwxr-xr-xdocker/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
index a5b69ac..7b66a32 100755
--- a/docker/entrypoint.sh
+++ b/docker/entrypoint.sh
@@ -17,7 +17,7 @@ Brought to you by ferdium.org
17EOL 17EOL
18 18
19# Update recipes from official git repository 19# Update recipes from official git repository
20npm i -gf pnpm@7.0.1 20npm i -gf pnpm@7.1.2
21 21
22if [ ! -d "/app/recipes/.git" ]; # When we mount an existing volume (ferdium-recipes-vol:/app/recipes) if this is only /app/recipes it is always true 22if [ ! -d "/app/recipes/.git" ]; # When we mount an existing volume (ferdium-recipes-vol:/app/recipes) if this is only /app/recipes it is always true
23then 23then