We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24d3896 commit e519c28Copy full SHA for e519c28
.ci/docker-compose-ci.yml
@@ -29,11 +29,12 @@ services:
29
container_name: memcached
30
discovery:
31
# Uncomment this line to use the official course-discovery base image
32
- build:
33
- context: ../.
34
- target: dev
35
- args:
36
- PYTHON_VERSION: "${PYTHON_VERSION}"
+ # build:
+ # context: ../.
+ # target: dev
+ # args:
+ # PYTHON_VERSION: "${PYTHON_VERSION}"
37
+ image: edxops/discovery-dev:latest
38
# Uncomment the next two lines to build from a local configuration repo
39
# build: ../configuration/docker/build/discovery/
40
.dockerignore
Dockerfile
0 commit comments