diff --git a/Dockerfile b/Dockerfile index a047294..efe4eaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM node:20-alpine AS frontend WORKDIR /app COPY package.json webpack.mix.js postcss.config.js tailwind.config.js ./ -RUN npm install --frozen-lockfile +RUN npm install --legacy-peer-deps COPY resources/ resources/ COPY public/ public/