diff --git a/src/Managing.WebApp/Dockerfile b/src/Managing.WebApp/Dockerfile index b53470e..1d5a32f 100644 --- a/src/Managing.WebApp/Dockerfile +++ b/src/Managing.WebApp/Dockerfile @@ -19,6 +19,7 @@ COPY /src/Managing.WebApp/package.json ./ # Install dependencies with the --legacy-peer-deps flag to bypass peer dependency conflicts RUN npm install --legacy-peer-deps +RUN npm install -g tailwindcss postcss autoprefixer @tailwindcss/typography # Copy the rest of the app's source code to the container # COPY . . diff --git a/src/Managing.WebApp/Dockerfile-web-ui-dev b/src/Managing.WebApp/Dockerfile-web-ui-dev index b53470e..1d5a32f 100644 --- a/src/Managing.WebApp/Dockerfile-web-ui-dev +++ b/src/Managing.WebApp/Dockerfile-web-ui-dev @@ -19,6 +19,7 @@ COPY /src/Managing.WebApp/package.json ./ # Install dependencies with the --legacy-peer-deps flag to bypass peer dependency conflicts RUN npm install --legacy-peer-deps +RUN npm install -g tailwindcss postcss autoprefixer @tailwindcss/typography # Copy the rest of the app's source code to the container # COPY . .