diff --git a/Dockerfile b/Dockerfile index b18ac19..5176d8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,4 @@ FROM node:hydrogen-alpine COPY . /app WORKDIR /app/web -RUN npm install -g npm@10.8.3 \ - && npm install CMD ["yarn","dev"] \ No newline at end of file