onebutter / socialwise

Web application that will seamlessly allow you to share your social media presence
3 stars 0 forks source link

optimize Dockerfiles #13

Open onebutter opened 6 years ago

onebutter commented 6 years ago
RUN apk add --no-cache \
        nginx \
        uwsgi \
        uwsgi-python3 \
        python3 \
        build-base \
        libffi-dev \
        python3-dev

This should be contained as an image. then we should just share it in docker-hub

onebutter commented 6 years ago

In future when things get stabilized, we should also include pips to be saved as an image