Skip to content

Commit

Permalink
Fix docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Nov 28, 2024
1 parent 9604047 commit e977e36
Show file tree
Hide file tree
Showing 4 changed files with 1,009 additions and 17 deletions.
1 change: 1 addition & 0 deletions .docker/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -e

gem install bundler
bundle install

bin/rails db:migrate RAILS_ENV=development
Expand Down
1 change: 1 addition & 0 deletions .docker/webpack-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -e

yarn add [email protected] --dev
yarn install

exec "$@"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"marked": "^5.1.2",
"prettier": "^3.3.3",
"select2": "^4.1.0-rc.0",
"stylelint": "^13.11.0"
"stylelint": "^13.11.0",
"webpack-dev-server": "4.15.1"
}
}
Loading

0 comments on commit e977e36

Please sign in to comment.