ci) add gitea actions and refresh readme #1
@@ -22,7 +22,7 @@ FROM oven/bun:1 AS runtime
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Create a non-root user to run the 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 the built app and production node_modules from the builder
|
||||||
COPY --from=builder /app/build ./build
|
COPY --from=builder /app/build ./build
|
||||||
|
|||||||
Reference in New Issue
Block a user