Skip to content

Commit

Permalink
chore: add 'docker up' command for provision
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Nov 20, 2024
1 parent c828a2e commit 4835844
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provision-enterprise-subsidy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ set -x
name="enterprise-subsidy"
port="18280"

docker compose up -d lms
docker compose up -d ${name}

# Run migrations
echo -e "${GREEN}Running migrations for ${name}...${NC}"
docker exec -t edx.devstack.enterprise-subsidy bash -c "cd /edx/app/${name}/ && make migrate"
Expand Down

0 comments on commit 4835844

Please sign in to comment.