Created
February 24, 2022 16:12
-
-
Save parthaa/9358cbdac544a95114c03e08c8d93c10 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reset | |
cd ~/foreman | |
rm log/* | |
./node_modules/.bin/webpack-dev-server-without-h2 --config config/webpack.config.js --host 0.0.0.0 --disable-host-check=true $WEBPACK_OPTS --watch-poll 1000 & | |
DISABLE_SPRING=1 BIND=0.0.0.0 bundle exec rails server -b 0.0.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment