Skip to content

Commit

Permalink
fix: using image instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 28, 2024
1 parent 067b680 commit adbd6f4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ version: "2"
services:

analytics_api:
# Use this image once the Python version upgrade is complete
# image: edxops/analytics-api-dev:latest
build:
context: ../
dockerfile: Dockerfile
image: edxops/analytics-api-dev:latest
container_name: analytics_api_testing
volumes:
- ..:/edx/app/analytics_api/analytics_api
Expand Down

0 comments on commit adbd6f4

Please sign in to comment.