Skip to content

Commit 632f0a5

Browse files
authored
Update Dockerfile for postgresql usage
CodeCompass C# plugin at the moment only can use postgres
1 parent ea6ddfb commit 632f0a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/dev/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ COPY docker/dev/codecompass-build.sh /usr/local/bin
6464
RUN chmod +x /usr/local/bin/codecompass-build.sh
6565

6666
# Setting the environment.
67-
ENV DATABASE=sqlite \
67+
ENV DATABASE=pgsql \
6868
BUILD_TYPE=Release \
6969
BUILD_DIR=/CodeCompass/build \
7070
INSTALL_DIR=/CodeCompass/install \
7171
SOURCE_DIR=/CodeCompass/CodeCompass \
7272
TEST_WORKSPACE=/CodeCompass/test_workspace \
73-
TEST_DB="sqlite:database=$TEST_WORKSPACE/cc_test.sqlite" \
73+
TEST_DB="pgsql:database=$TEST_WORKSPACE/cc_test.pgsql" \
7474
WITH_AUTH="plain;ldap" \
7575
LLVM_DIR=/usr/lib/llvm-15/cmake \
7676
Clang_DIR=/usr/lib/cmake/clang-15 \

0 commit comments

Comments
 (0)