Skip to content

Commit cf9245b

Browse files
committed
chore: update dockerfile
1 parent bbf5256 commit cf9245b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk update && \
66
apk add --no-cache bash curl npm libc-dev binaryen clang
77

88
# Install SASS globally
9-
RUN npm install -g tailwindcss@3.4.1
9+
RUN npm install -g [email protected].4
1010

1111
# Install cargo-leptos
1212
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 . .
2121
# Install the required npm dependencies
2222
RUN npm install
2323

24-
# Process Tailwind CSS
25-
RUN npx tailwindcss -i input.css -o ./style/output.css
26-
2724
# Build the application
2825
RUN cargo leptos build --release -vv
2926

0 commit comments

Comments
 (0)