Closed dib542 closed 1 year ago
This is a fix on PR:
The docker compose up --build command had stopped working because the custom command npm run dev was being run on a slimmed image that did not have npm
docker compose up --build
npm run dev
npm
This is a fix on PR:
48
The
docker compose up --build
command had stopped working because the custom commandnpm run dev
was being run on a slimmed image that did not havenpm