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/