mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
add config setting
This commit is contained in:
parent
5e3e4f000a
commit
0cd352df72
1 changed files with 3 additions and 0 deletions
|
|
@ -233,6 +233,9 @@ COPY --from=shared-libs-builder /app/packages/shared ./packages/shared
|
||||||
# Configure dependencies
|
# Configure dependencies
|
||||||
RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervisor uuidgen curl perl jq redis postgresql postgresql-contrib openssl util-linux unzip
|
RUN apk add --no-cache git ca-certificates bind-tools tini jansson wget supervisor uuidgen curl perl jq redis postgresql postgresql-contrib openssl util-linux unzip
|
||||||
|
|
||||||
|
# Fixes git "dubious ownership" issues when the volume is mounted with different permissions to the container.
|
||||||
|
RUN git config --global safe.directory "*"
|
||||||
|
|
||||||
# Configure the database
|
# Configure the database
|
||||||
RUN mkdir -p /run/postgresql && \
|
RUN mkdir -p /run/postgresql && \
|
||||||
chown -R postgres:postgres /run/postgresql && \
|
chown -R postgres:postgres /run/postgresql && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue