Skip to content

Commit

Permalink
Move AssetsStatusAlert into a separate component and add appropriate …
Browse files Browse the repository at this point in the history
…tests.
  • Loading branch information
thallada authored and MichaelRoytman committed Mar 14, 2018
1 parent 6ee14ab commit 8a3aa9d
Show file tree
Hide file tree
Showing 23 changed files with 1,328 additions and 767 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ help: ## display a help message
shell: ## run a shell on the studio-frontend container
docker exec -it dahlia.studio-frontend /bin/bash

attach:
attach: ## attach local standard input, output, and error streams to studio-frontend container
docker attach --sig-proxy=false dahlia.studio-frontend

up: ## bring up studio-frontend container
Expand All @@ -34,11 +34,11 @@ from-scratch: ## start development environment from scratch
docker build -t edxops/studio-frontend:latest --no-cache .
make up

restart:
restart: ## bring container down and back up
make down
make up

restart-detached:
restart-detached: ## bring container down and back up in detached mode
make down
make up-detached

Expand Down
Loading

0 comments on commit 8a3aa9d

Please sign in to comment.