Skip to content

Commit e519c28

Browse files
authored
fix: use pre-built image instead of building from Dockerfile (#4697)
1 parent 24d3896 commit e519c28

File tree

3 files changed

+6
-113
lines changed

3 files changed

+6
-113
lines changed

.ci/docker-compose-ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ services:
2929
container_name: memcached
3030
discovery:
3131
# 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}"
32+
# build:
33+
# context: ../.
34+
# target: dev
35+
# args:
36+
# PYTHON_VERSION: "${PYTHON_VERSION}"
37+
image: edxops/discovery-dev:latest
3738
# Uncomment the next two lines to build from a local configuration repo
3839
# build: ../configuration/docker/build/discovery/
3940

.dockerignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

Dockerfile

Lines changed: 0 additions & 105 deletions
This file was deleted.

0 commit comments

Comments
 (0)