H-47: unblock connector sandbox setup (#11)
Co-authored-by: Rogee <rogee@ipao.vip>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user