Add setup-flow

This commit is contained in:
2026-03-21 03:12:13 +01:00
parent 80a2f662dc
commit dd044cf5d0
17 changed files with 519 additions and 37 deletions

View File

@@ -28,6 +28,9 @@ COPY --from=builder /app/.env ./
RUN mkdir -p /app/uploads
RUN adduser -D appuser
USER appuser
ENV GIN_MODE=release
EXPOSE 8000