Browse Source

Set fs poll interval to 1 second in dev Dockerfile (#248)

0.3.12
Luke Childs 4 years ago
committed by GitHub
parent
commit
3df335f607
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Dockerfile.dev

1
Dockerfile.dev

@ -6,6 +6,7 @@ WORKDIR /app
# This is required to pick up filesystem changes in the VirtualBox
# shared folder for hot module reload
ENV CHOKIDAR_USEPOLLING=true
ENV CHOKIDAR_INTERVAL=1000
# We need to make sure we build with production URLS so the NGINX proxy
# in umbrel-dev routes them properly

Loading…
Cancel
Save