Skip to content

Commit

Permalink
build: update docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Nov 18, 2021
1 parent ed3e932 commit 001a261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ selfcheck: ## check that the Makefile is well-formed
@echo "The Makefile is well-formed."

docker_build:
docker build . -t openedx/xblock-sdk:latest
docker-compose build

# devstack-themed shortcuts
dev.up: # Starts all containers
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.5'
version: '3.8'
services:
xblock_sdk:
image: xblock-sdk
image: openedx/xblock-sdk
container_name: edx.devstack.xblock-sdk

build: .
Expand Down

0 comments on commit 001a261

Please sign in to comment.