Update the docker-compose to use the pre-built image by default.

This commit is contained in:
2025-05-29 20:36:44 +03:00
parent 045faf59a4
commit 59ab26a838
+4 -2
View File
@@ -17,8 +17,10 @@ services:
web:
# to build the image
build:
context: .
#build:
# context: .
# to pull the pre-built image
image: git.kklochko.space/kklochko/decentralised_book_index:latest
container_name: dbi
ports:
- 4000:4000