Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
73 stars 32 forks source link

Fix bugs with docker development process #287

Closed steadyember closed 3 years ago

steadyember commented 3 years ago

One thing I noticed when installing freshly and building the docker image was the requirement of package-lock.json - which prompted me to check-in this file. If you prefer for package-lock.json to remain gitignored I will instead remove the reference to package-lock.json from the Dockerfile - but I think for consistency's sake it should be one or the other.

Polsaker commented 3 years ago

Yeah, package-lock should be committed. Thanks!