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