From 81c79ad1d3905868750dc0dc8efad7cafe89dda5 Mon Sep 17 00:00:00 2001 From: Muhammad Farhan Date: Mon, 28 Oct 2024 17:54:53 +0500 Subject: [PATCH] fix: use pre-built image instead of building from Dockerfile --- .ci/docker-compose-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.ci/docker-compose-ci.yml b/.ci/docker-compose-ci.yml index ccc90a9959..c71757d8b7 100644 --- a/.ci/docker-compose-ci.yml +++ b/.ci/docker-compose-ci.yml @@ -29,11 +29,12 @@ services: container_name: memcached discovery: # Uncomment this line to use the official course-discovery base image - build: - context: ../. - target: dev - args: - PYTHON_VERSION: "${PYTHON_VERSION}" + # build: + # context: ../. + # target: dev + # args: + # PYTHON_VERSION: "${PYTHON_VERSION}" + image: edxops/discovery-dev:latest # Uncomment the next two lines to build from a local configuration repo # build: ../configuration/docker/build/discovery/