Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker setup #470

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 webpack-dev-server@4.15.1 --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
Loading