Releases: strapi-community/strapi-tool-dockerize
Releases · strapi-community/strapi-tool-dockerize
v1.12.1
1.12.1 (2023-03-13)
Bug Fixes
- docker-compose.liquid: fixed missing image for adminer (92ae4fa), closes #63
v1.12.0
1.12.0 (2023-03-06)
Features
- Release version [semantic-release minor] (33bbc66)
v1.11.0
1.11.0 (2022-12-30)
Bug Fixes
- questions.js: fixed an issue when using CTRL+C to exit the program (c35aac8)
Features
- detection.js: we are now detecting a Strapi project (de5013f)
Performance Improvements
- dockerfile.prod: made the image smaller by using --production flag (bdef39c)
v1.10.0
1.10.0 (2022-12-29)
Features
- resetenv: the tool will now clean up the .env file (43052f1)
v1.9.2
1.9.2 (2022-12-29)
Bug Fixes
- package.json: bumping liquidjs == 10 (c3896fe)
- quickstart.js: fixes undefined issues with quickstart (03e3468), closes #43
v1.9.1
1.9.1 (2022-12-05)
Performance Improvements
- dockerfile.prod: optimized to use --no-cache to save on extra steps and layers (06c454e)
v1.9.0
1.9.0 (2022-10-28)
Bug Fixes
- copyfiles.js config.js: fixed an issue where we did not copy .dockerignore (4471c4e)
- dockerfile.prod: added missing /opt/app for yarn builds (808932f)
- dockerfile.prod: fixed an issue where we didn't set the correct workdir for node_modules (8298815)
Features
- docker-compose.yml: upgraded to recommended 14 postgres and mysql 8 (9f6d210)
v1.8.6
1.8.6 (2022-10-26)
Bug Fixes
- quickstart.js: fixed an issue where we where not passing a name which is required (8b04ba0), closes #38
v1.8.5
1.8.5 (2022-09-22)
Bug Fixes
- copyfiles.js: removed a minor console log that was not needed in last commit (bb220cc)
v1.8.4
1.8.4 (2022-09-20)
Bug Fixes
- docker-compose.liquid: moved mysql command to mysql only not needed for mariaDB (732712d)