chronhq / backend

Backend for database. Python, Django, PostGIS
https://maps.chron.ist/
GNU General Public License v3.0
6 stars 1 forks source link

Fix Makefile to be more gentle for other containers #179

Closed MiklerGM closed 4 years ago

MiklerGM commented 4 years ago

I've been avoiding this for quite sometime, and finally this thing got me. I've removed everything on one node.

https://github.com/chronhq/backend/blob/master/Makefile#L34-L36

That is a very bad combination especially with https://github.com/chronhq/backend/blob/master/Makefile#L20

quorth0n commented 4 years ago

I would propose to just remove this command. I haven't encountered any cases for using it in place of make clean.

MiklerGM commented 4 years ago

Good for me