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

webpacker on docker-compose #88

Closed
x1wins opened this issue Apr 30, 2022 · 0 comments · Fixed by #89
Closed

webpacker on docker-compose #88

x1wins opened this issue Apr 30, 2022 · 0 comments · Fixed by #89
Assignees
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request

Comments

@x1wins
Copy link
Owner

x1wins commented Apr 30, 2022

  webpacker:
    <<: *app_base
    command: ./bin/webpack-dev-server < echo 'y'
    env_file:
      - .env.dev.docker.compose
      - .env.dev.s3
    volumes:
      - .:/myapp
    environment:
      RAILS_ENV: development
      NODE_ENV: development
      WEBPACKER_DEV_SERVER_HOST: 0.0.0.0
    tty: false
    stdin_open: false
    ports:
      - '3035:3035'

and there is compatibility issue rails/rails#43062

@x1wins x1wins self-assigned this Apr 30, 2022
@x1wins x1wins added enhancement New feature or request dependencies Pull requests that update a dependency file labels Apr 30, 2022
@x1wins x1wins linked a pull request Apr 30, 2022 that will close this issue
@x1wins x1wins closed this as completed Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant