Use config.json.example for Docker build
This commit is contained in:
parent
9dec1c770d
commit
d7c0758d55
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue