Update Dockerfile-web-ui-dev to include Tailwind CSS and plugins
This commit is contained in:
@@ -19,6 +19,7 @@ COPY /src/Managing.WebApp/package.json ./
|
|||||||
|
|
||||||
# Install dependencies with the --legacy-peer-deps flag to bypass peer dependency conflicts
|
# Install dependencies with the --legacy-peer-deps flag to bypass peer dependency conflicts
|
||||||
RUN npm install --legacy-peer-deps
|
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 the rest of the app's source code to the container
|
||||||
# COPY . .
|
# COPY . .
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ COPY /src/Managing.WebApp/package.json ./
|
|||||||
|
|
||||||
# Install dependencies with the --legacy-peer-deps flag to bypass peer dependency conflicts
|
# Install dependencies with the --legacy-peer-deps flag to bypass peer dependency conflicts
|
||||||
RUN npm install --legacy-peer-deps
|
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 the rest of the app's source code to the container
|
||||||
# COPY . .
|
# COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user