hastic-server
hastic-server copied to clipboard
Docker analytics container optimizations
-
FROM python:3.6.10-slim-buster
would be better -
RUN pip --no-cache-dir install -r /requirements.txt
Based on @UstyuzhaninAV feedback.