From 81bed71a2433e76b6456d30db9ef4967bfbb5c98 Mon Sep 17 00:00:00 2001 From: Jennifer Echenim Date: Sat, 28 Sep 2024 05:50:25 +0400 Subject: [PATCH] Update npm install to pnpm install --- tools/tenscan/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tenscan/frontend/Dockerfile b/tools/tenscan/frontend/Dockerfile index 3e3b16a02f..87c2f5b785 100644 --- a/tools/tenscan/frontend/Dockerfile +++ b/tools/tenscan/frontend/Dockerfile @@ -4,6 +4,6 @@ RUN mkdir -p /home/obscuro/go-obscuro/tools/tenscan/ COPY ./tools/tenscan/frontend /home/obscuro/go-obscuro/tools/tenscan/frontend WORKDIR /home/obscuro/go-obscuro/tools/tenscan/frontend -RUN npm install +RUN pnpm install EXPOSE 80 \ No newline at end of file