0
0
Fork 0

Support webpacker live-reloading on Docker (#26419)

This commit is contained in:
Christian Schmidt 2023-08-29 10:17:57 +02:00 committed by GitHub
parent 0719216368
commit 286a21afdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -25,6 +25,7 @@ services:
command: sleep infinity
ports:
- '127.0.0.1:3000:3000'
- '127.0.0.1:3035:3035'
- '127.0.0.1:4000:4000'
networks:
- external_network