diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 9c2c15e..34a3a48 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -4,9 +4,9 @@ WORKDIR /app COPY package*.json ./ -RUN npm install -D tailwindcss postcss autoprefixer RUN npm install -g @pnpm/exe && pnpm install +RUN pnpm install -D tailwindcss postcss autoprefixer COPY . .