added pipeline
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2024-09-09 14:23:55 +02:00
parent bca8bb0c2a
commit 4f184b4605
2 changed files with 51 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ COPY . .
RUN npx tailwindcss -i ./input.css -o ./style/output.css
RUN cargo leptos build --release -vv
FROM rustlang/rust:nightly-alpine as runner
FROM rustlang/rust:nightly-alpine AS runner
WORKDIR /app