Skip to content

Commit 981df48

Browse files
committed
🔨 Ensure new paths exists
1 parent 9ab24de commit 981df48

File tree

1 file changed

+2
-1
lines changed
  • proxy-manager/rootfs/etc/cont-init.d

1 file changed

+2
-1
lines changed

proxy-manager/rootfs/etc/cont-init.d/npm.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ mkdir -p \
6868
/tmp/nginx/proxy \
6969
/tmp/nginx/body \
7070
/tmp/nginx/cache/public \
71-
/tmp/nginx/cache/private
71+
/tmp/nginx/cache/private \
72+
/var/lib/nginx/
7273

7374
ln -s /tmp/nginx /var/tmp/nginx
7475
ln -s /tmp/nginx /var/lib/nginx/tmp

0 commit comments

Comments
 (0)