Skip to content

Commit

Permalink
[CHORE] Enable remote access, as the container is not where the brows…
Browse files Browse the repository at this point in the history
…er will run
  • Loading branch information
iguanus committed Jun 8, 2024
1 parent 311ea01 commit adff743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Procfile for development using HMR
# You can run these commands in separate shells
rails: bundle exec rails s -p 3000
rails: bundle exec rails s -b 0.0.0.0 -p 3000
wp-client: bin/shakapacker-dev-server
wp-server: SERVER_BUNDLE_ONLY=yes bin/shakapacker --watch
2 changes: 1 addition & 1 deletion config/shakapacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ development:
# Reference: https://webpack.js.org/configuration/dev-server/
dev_server:
https: false
host: localhost
host: 0.0.0.0
port: 3035
# Hot Module Replacement updates modules while the application is running without a full reload
hmr: true
Expand Down

0 comments on commit adff743

Please sign in to comment.