We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf5256 commit cf9245bCopy full SHA for cf9245b
Dockerfile
@@ -6,7 +6,7 @@ RUN apk update && \
6
apk add --no-cache bash curl npm libc-dev binaryen clang
7
8
# Install SASS globally
9
-RUN npm install -g tailwindcss@3.4.1
+RUN npm install -g [email protected].4
10
11
# Install cargo-leptos
12
RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/leptos-rs/cargo-leptos/releases/latest/download/cargo-leptos-installer.sh | sh
@@ -21,9 +21,6 @@ COPY . .
21
# Install the required npm dependencies
22
RUN npm install
23
24
-# Process Tailwind CSS
25
-RUN npx tailwindcss -i input.css -o ./style/output.css
26
-
27
# Build the application
28
RUN cargo leptos build --release -vv
29
0 commit comments