Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing unnecessary npm commands from DockerFile
We no longer need to install node-sass since it's been replaced by dart-sass. Also, no need to 'npm install' here since that happens in docker-compose.yml. When 'npm install' runs here, I get integrity check errors. Not sure why, but might have something to do with node version mismatch.
- Loading branch information