memol 自分用メモ
Generate .env for compose and run the docker container.
./make_dotenv.bash
docker compose up --build -d# check the response from the local server
curl localhost:4000 --head
HTTP/1.1 200 OKMake sure Live Reload is working by accessing it from your browser.