ci) add gitea actions and refresh readme #1

Merged
shaun merged 18 commits from ci/gitea-actions-readme into main 2026-02-21 04:33:49 +00:00
Showing only changes of commit cbae428e26 - Show all commits

View File

@@ -22,7 +22,7 @@ FROM oven/bun:1 AS runtime
WORKDIR /app
# Create a non-root user to run the app
RUN addgroup -S trips && adduser -S trips -G trips
RUN groupadd --system trips && useradd --system --gid trips trips
# Copy the built app and production node_modules from the builder
COPY --from=builder /app/build ./build