mirror of
https://github.com/Xevion/xevion.dev.git
synced 2026-01-31 02:26:38 -06:00
add tag colors to seed data and reverse tag order in project cards
- Add color parameter to seed tags (Rust red, Python blue, etc.) - Reverse tag display order in ProjectCard (flex-row-reverse) - Enable release binary stripping in Cargo.toml - Increase Railway health check timeout to 120s - Remove backup favicon/icon files
This commit is contained in:
+2
-4
@@ -28,8 +28,7 @@ COPY src/ ./src/
|
||||
RUN mkdir -p web/build/client && \
|
||||
echo "placeholder" > web/build/client/.gitkeep
|
||||
|
||||
RUN cargo build --release && \
|
||||
strip target/release/xevion
|
||||
RUN cargo build --release
|
||||
|
||||
# ========== Stage 4: Frontend Builder ==========
|
||||
FROM oven/bun:1 AS frontend
|
||||
@@ -65,8 +64,7 @@ COPY --from=frontend /build/build/prerendered ./web/build/prerendered
|
||||
|
||||
# Build with real assets (use sqlx offline mode)
|
||||
ENV SQLX_OFFLINE=true
|
||||
RUN cargo build --release && \
|
||||
strip target/release/xevion
|
||||
RUN cargo build --release
|
||||
|
||||
# ========== Stage 6: Runtime ==========
|
||||
FROM oven/bun:1-alpine AS runtime
|
||||
|
||||
Reference in New Issue
Block a user