Skip to content

Commit

Permalink
chore: updated docker-compose to use image
Browse files Browse the repository at this point in the history
  • Loading branch information
BilalQamar95 committed Oct 29, 2024
1 parent e47dd99 commit f9fe481
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/docker-compose-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@ services:
insights:
# Use this image once the Python version upgrade is complete
# image: edxops/insights:latest
build:
context: ../.
target: dev
args:
PYTHON_VERSION: "${PYTHON_VERSION}"
image: edxops/edx-analytics-dashboard-dev:latest
container_name: insights_testing
volumes:
- ..:/edx/app/insights/edx_analytics_dashboard
Expand Down

0 comments on commit f9fe481

Please sign in to comment.