fix(fluent): Fixed labels for ftl file
Some checks failed
Build Docker Image / Build (push) Has been cancelled
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:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user