Update the docker-compose to use the pre-built image by default.
This commit is contained in:
+4
-2
@@ -17,8 +17,10 @@ services:
|
|||||||
|
|
||||||
web:
|
web:
|
||||||
# to build the image
|
# to build the image
|
||||||
build:
|
#build:
|
||||||
context: .
|
# context: .
|
||||||
|
# to pull the pre-built image
|
||||||
|
image: git.kklochko.space/kklochko/decentralised_book_index:latest
|
||||||
container_name: dbi
|
container_name: dbi
|
||||||
ports:
|
ports:
|
||||||
- 4000:4000
|
- 4000:4000
|
||||||
|
|||||||
Reference in New Issue
Block a user