fix(fluent): Fixed labels for ftl file
Some checks failed
Build Docker Image / Build (push) Has been cancelled

Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
Tuan-Dat Tran
2024-12-12 22:32:37 +01:00
parent 9c43e89f29
commit 67243080b1
4 changed files with 448 additions and 260 deletions

View File

@@ -1,5 +1,5 @@
FROM rust:1.80.1 AS dioxus
RUN cargo install dioxus-cli@^0.5
RUN cargo install dioxus-cli@^0.6
FROM dioxus AS builder
WORKDIR /athome/
@@ -12,7 +12,7 @@ COPY ./input.css ./input.css
COPY ./Dioxus.toml ./Dioxus.toml
COPY ./tailwind.config.js ./tailwind.config.js
RUN npx tailwindcss -i ./input.css -o ./assets/tailwind.css
RUN dx build --platform fullstack --release
RUN dx build --platform web --release
FROM dioxus AS runner
WORKDIR /app/