From 66d38326dbc4ab2ddb72db5fd1a1fbb2916f8ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=E1=BA=A1nh=20T=C6=B0=E1=BB=9Dng=20Solo?= <41409442+vncloudsco@users.noreply.github.com> Date: Sun, 15 Sep 2024 00:27:52 +0700 Subject: [PATCH] docker --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 730e5bc..52048f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM jitesoft/node-yarn COPY . /app WORKDIR /app/web -RUN npm install +RUN npm install -g npm@10.8.3 \ + && npm install CMD ["yarn","dev"] \ No newline at end of file