Use config.json.example for Docker build
Some checks failed
Build and Push / build-backend (push) Failing after 2s
Build and Push / build-frontend (push) Failing after 3s
Build and Push / build-chat (push) Failing after 2s
Build and Push / build-openresty (push) Failing after 3s

This commit is contained in:
doomtube 2026-01-06 01:45:53 -05:00
parent 9dec1c770d
commit d7c0758d55

View file

@ -83,8 +83,8 @@ RUN cd build && \
-DCMAKE_BUILD_WITH_INSTALL_RPATH=TRUE && \
cmake --build . -j$(nproc)
# Copy config
COPY config.json .
# Copy config template (real config mounted at runtime via docker-compose)
COPY config.json.example config.json
# Create uploads directory with proper permissions
# Using nobody user's UID/GID (65534) for consistency with nginx