Skip to content
Snippets Groups Projects
Commit 427cf396 authored by marcantoinem's avatar marcantoinem
Browse files

Improve dockerfile

parent fbe77c8e
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ WORKDIR /app/aep-schedule-website
# Build the app
RUN cargo leptos build --release -vv
FROM alpine as runner
FROM alpine AS runner
# Copy the server binary to the /app directory
COPY --from=builder /app/aep-schedule-website/target/release/aep-schedule-website /app/
# /target/site contains our JS/WASM/CSS, etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment