You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a change to the files, the changes are not reloaded in the browser.
Docker compose is running npx @11ty/eleventy --serve --port=8011, which normally watches for changes and reloads the page. However, it doesn't function the same when running in a Docker container.
Currently, to see the changes you have to stop and start again the Docker container with docker compose up --build.
The text was updated successfully, but these errors were encountered:
When making a change to the files, the changes are not reloaded in the browser.
Docker compose is running
npx @11ty/eleventy --serve --port=8011
, which normally watches for changes and reloads the page. However, it doesn't function the same when running in a Docker container.Currently, to see the changes you have to stop and start again the Docker container with
docker compose up --build
.The text was updated successfully, but these errors were encountered: