Update Dockerfile-web-ui-dev to include Tailwind CSS and plugins

This commit is contained in:
2025-02-02 19:01:17 +07:00
parent 609fdd56b3
commit 31c79e5dfb
2 changed files with 2 additions and 0 deletions

View File

@@ -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 . .

View File

@@ -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 . .