Disha Karnataki
Disha Karnataki
@Akash1000x or @fasal26 , Did you'll try optimising dockerfile by copying package.json , yarn.lock ? like this: COPY package.json yarn.lock ./ RUN yarn install COPY . . (continues..) **An unexpected...
@Akash1000x , Thank you..
@hkirat , Can you review this.
> Sorry but would this rebuild the `copyalljson` layer if `package.json` is actually changed? Since the script (sh file) hasn't changed, would it forget to re-build the layer and include...
@TimidRobot , I have curated a plan of action for the issue. Can you please review it and let me know if I have understood the problem correctly and if...
@gchhablani , Is this fixed or needs improvement?
@SujithThirumalaisamy , Would like to know if gmail signin/signup would be a good enhancement ?
@vr1Ravi , I too faced this issue during seed process. I tried deleting the db and reseting it but, I didnt find the solution appropriate. That's why I changed the...
@Akash1000x , In docker-compose file the following snippet : > develop: > watch: > - action: sync > path: ./ > target: /usr/src/app > ignore: > - node_modules/ > -...