Releases: strapi-community/strapi-tool-dockerize
Releases · strapi-community/strapi-tool-dockerize
v1.16.2
1.16.2 (2023-08-23)
Bug Fixes
- typo in command for resetting project (5fd8221)
v1.16.1
1.16.1 (2023-07-18)
Bug Fixes
- dockerfile, dockerfile.prod: fixed the wrong npm config now using fetch-retry-maxtimeout (92efd2d)
v1.16.0
1.16.0 (2023-07-06)
Bug Fixes
- docker-compose.yml: added MYSQL_ROOT_HOST: '%' to allow any host to connect yo mysql container (a88d431), closes #86
Features
- dockerfile, dockerfile.prod: updated to latest NODE LTS 18 (fe2e982)
v1.15.3
1.15.3 (2023-06-06)
Bug Fixes
- detection.js, createstrapi.js, packagedetection.js,yarnpackagehelper.js: bugfix for yarn pm (f1aecfc)
v1.15.2
1.15.2 (2023-05-26)
Bug Fixes
- dockerfile.liquid: fixed wrong user for permission denied of uploads (4e62acb)
v1.15.1
1.15.1 (2023-05-26)
Bug Fixes
- dockerfile.liquid: fixed an issue where copy after we chown (61c6a76), closes #80
v1.15.0
1.15.0 (2023-05-25)
Features
- backup.js: added ability to backup existin files (6e2ae02)
- backup.js: now backing up Dockerfiles if they exist (3a54d7e)
v1.14.1
1.14.1 (2023-05-25)
Bug Fixes
- dockerfile.liquid: fixed the wrong order which would cause EACCESS error (98c0261), closes #77 #77
v1.14.0
1.14.0 (2023-05-24)
Bug Fixes
- dockerfile.liquid: fixed spacing due to linting (753f75b)
- dockerfile.prod: fixed spacing issues (94d0b08)
- dockerfile: removed --production when installing dependencies (27c23ba)
- dockerfiles: fixed spacing issues (8e232fc)
Features
- dockerfile.prod: increased security adding a non root user (d8d52ee)
- dockerfile: added security layer, optimized image now 1.5GB on default (68c266a)
v1.13.0
1.13.0 (2023-04-10)
Bug Fixes
- createstrapi.js, index.js: fixed path not getting detected issue, made feedback changes (22adb00)
Features
- index.js, createstrapi.js: added feature to provide path for creating new project (9c145f5)