Skip to content

Releases: strapi-community/strapi-tool-dockerize

v1.12.1

13 Mar 07:28
7731579
Compare
Choose a tag to compare

1.12.1 (2023-03-13)

Bug Fixes

  • docker-compose.liquid: fixed missing image for adminer (92ae4fa), closes #63

v1.12.0

06 Mar 12:21
Compare
Choose a tag to compare

1.12.0 (2023-03-06)

Features

  • Release version [semantic-release minor] (33bbc66)

v1.11.0

30 Dec 16:44
Compare
Choose a tag to compare

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

29 Dec 17:30
5b15fb7
Compare
Choose a tag to compare

1.10.0 (2022-12-29)

Features

  • resetenv: the tool will now clean up the .env file (43052f1)

v1.9.2

29 Dec 15:56
54c57b8
Compare
Choose a tag to compare

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

05 Dec 10:31
Compare
Choose a tag to compare

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

28 Oct 19:25
Compare
Choose a tag to compare

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

26 Oct 20:27
be8afda
Compare
Choose a tag to compare

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

22 Sep 08:38
Compare
Choose a tag to compare

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

20 Sep 15:30
Compare
Choose a tag to compare

1.8.4 (2022-09-20)

Bug Fixes

  • docker-compose.liquid: moved mysql command to mysql only not needed for mariaDB (732712d)