cms
cms copied to clipboard
bug on running the docker-compose up
There was an trailing comma, which was causing errors while running docker-compose up command, so this is just to remove it
Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I assure there is no similar/duplicate pull request regarding same issue
@Ankur1493 This doesn't fix the docker-compose up issue though
issue is package node-gyp which depend on Python which does not exists hence eror
add these to docker file before running npm install
# Build dependencies
RUN apk add make gcc g++ python3
# install node packages