Skip to content

Commit

Permalink
Start scripts for Faceandfigure set up
Browse files Browse the repository at this point in the history
  • Loading branch information
portchris committed Jul 16, 2019
1 parent 8cf4f7b commit 485b55e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
Submodule faceandfiguresalon updated from b38532 to 1f8af0
11 changes: 10 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,13 @@ if [ -z ${GROUP_ID+x} ]; then
GROUP_ID=$(id -g)
fi

docker-compose up -d --remove-orphans
docker-compose up -d --remove-orphans

# install Face & Figure Salon
docker-compose exec -u www nr_php72 npm --prefix /home/www/naturalremedy/src/app/design/frontend/rwd_faceandfigure/default/faceandfiguresalon/ install

# Build Face & Figure Salon
docker-compose exec -u www nr_php72 npm --prefix /home/www/naturalremedy/src/app/design/frontend/rwd_faceandfigure/default/faceandfiguresalon/ run build

# Export Face & Figure Salon
docker-compose exec -u www nr_php72 npm --prefix /home/www/naturalremedy/src/app/design/frontend/rwd_faceandfigure/default/faceandfiguresalon/ run export

0 comments on commit 485b55e

Please sign in to comment.