docker compose up --watch
then, access to http://localhost:4001
Docker container will be restarted when node.js is rebuilt.
cd app/
npm run build/
docker compose up --watch
then, access to http://localhost:4001
Docker container will be restarted when node.js is rebuilt.
cd app/
npm run build/