Skip to content

Commit

Permalink
remove webpacker install makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Jun 28, 2022
1 parent 61606dd commit 5de0909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ automated-redeploy: pull-from-stable redeploy-container

deploy-container:
docker-compose run --rm web yarn install --frozen-lockfile
docker-compose run --rm web bash -c "sleep 5 && bundle exec rails webpacker:install && bundle exec rails webpacker:install:react && bundle exec rails g react:install"
docker-compose run --rm web bash -c "sleep 5 && bundle exec rails g react:install"
docker-compose run --rm web bash -c "sleep 5 && bundle exec rake db:migrate && bundle exec rake assets:precompile"
docker-compose up -d
docker-compose exec -T web bash -c "echo 172.17.0.1 smtp >> /etc/hosts"
Expand Down

0 comments on commit 5de0909

Please sign in to comment.