H-47: unblock connector sandbox setup (#11)

Co-authored-by: Rogee <rogee@ipao.vip>
This commit is contained in:
Rogee
2026-08-13 18:25:19 +08:00
committed by GitHub
co-authored by rogee
parent fcfe5bd37c
commit a5ceb0af93
3 changed files with 42 additions and 13 deletions
+2 -2
View File
@@ -48,8 +48,8 @@ WORKDIR /app
# Copy binary and configs from builder
COPY --from=builder /gochat /app/gochat
COPY --from=builder /gochat-worker /app/gochat-worker
COPY configs/ /app/configs/
COPY migrations/ /app/migrations/
COPY backend/configs/ /app/configs/
COPY backend/migrations/ /app/migrations/
# Set ownership to non-root user
RUN mkdir -p /app/storage/uploads && chown -R gochat:gochat /app