this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(docker): run as bun with copied sources

alice 2b0ad786 fd2249d8

+1 -1
+1 -1
Dockerfile
··· 30 30 COPY --from=builder /app/tsconfig.json ./ 31 31 32 32 # Create data directory for SQLite and set ownership for non-root user 33 - RUN mkdir -p /app/data && chown bun:bun /app/data 33 + RUN mkdir -p /app/data && chown -R bun:bun /app 34 34 35 35 # Run as non-root user for security 36 36 USER bun