Skip to content

Commit

Permalink
Refactor: DB config files for Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DarvinHarutyunyan committed Apr 4, 2023
1 parent 42ae90c commit 1876f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ COPY --from=builder /usr/src/ukv/build/bin/ukv_flight_server_umem ./umem_server
COPY ./assets/db.config.json /var/lib/ukv/config.json

COPY --from=builder /usr/src/ukv/build/bin/ukv_flight_server_leveldb ./leveldb_server
COPY ./assets/db.config_leveldb.json /var/lib/ukv/config.json
COPY ./assets/db.config.json /var/lib/ukv/config.json

COPY --from=builder /usr/src/ukv/build/bin/ukv_flight_server_rocksdb ./rocksdb_server
COPY ./assets/db.config_rocksdb.json /var/lib/ukv/config.json
COPY ./assets/db.config.json /var/lib/ukv/config.json

EXPOSE 38709
ENTRYPOINT ["/tini", "--"]
Expand Down

0 comments on commit 1876f54

Please sign in to comment.