Skip to content

Commit

Permalink
fix: use pre-built image instead of building from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 28, 2024
1 parent affcfeb commit 81c79ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .ci/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 81c79ad

Please sign in to comment.