From 143ed9b595e9dd6665e41c01ccc906fc4a6168e7 Mon Sep 17 00:00:00 2001 From: KoCoder Date: Sun, 17 May 2026 03:40:11 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2ead18a..49aa070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN sudo apt install -y nodejs RUN node -v RUN npm -v -RUN npm install -g @bufbuild/buf @tanstack/cli@latest \ No newline at end of file +RUN sudo npm install -g @bufbuild/buf @tanstack/cli@latest \ No newline at end of file