From 6fcad220deb86b9461385e3a854049dfa57a365a Mon Sep 17 00:00:00 2001 From: Sieciech Date: Tue, 27 Jul 2021 11:52:26 +0000 Subject: [PATCH] Create UI and demo homepage (#19) Co-authored-by: Sieciech Reviewed-on: http://git.fufle.net/Community/CureNet/pulls/19 Co-Authored-By: Sieciech Co-Committed-By: Sieciech --- docker/startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/startup.sh b/docker/startup.sh index 5953e49..18cdf7c 100644 --- a/docker/startup.sh +++ b/docker/startup.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "> Configure cache" - mkdir -p /tmp/app/{vendor/node_modules} + mkdir -p /tmp/app/{vendor,node_modules} ln -s /tmp/app/node_modules /web/frontend/node_modules ln -s /tmp/app/vendor /web/backend/vendor