diff --git a/Dockerfile b/Dockerfile index 5176d8f..b783722 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM node:hydrogen-alpine COPY . /app WORKDIR /app/web +RUN yarn add -D vite CMD ["yarn","dev"] \ No newline at end of file