strapi / strapi-docker

Install and run your first Strapi project using Docker
https://strapi.io
MIT License
1.17k stars 445 forks source link

Update alpine/Dockerfile #244

Closed StianOvrevage closed 4 years ago

StianOvrevage commented 4 years ago

It's considered better to use --no-cache with apk in Docker since it's better suited for Dockers caching of layers etc and requires fewer steps.