Skip to content

Commit

Permalink
Fix docker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed Nov 15, 2024
1 parent 28166b7 commit d587f81
Show file tree
Hide file tree
Showing 5 changed files with 1,010 additions and 18 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 "$@"
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
tty: true
stdin_open: true
pg:
image: postgis/postgis:14-3.3-alpine
image: postgis/postgis:16-3.5-alpine
environment:
- POSTGRES_USER=decidim_zuerich
- POSTGRES_PASSWORD=dN5GH8y3lX
Expand Down
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 d587f81

Please sign in to comment.