Skip to content

v1.1.1

Compare
Choose a tag to compare
@victor73 victor73 released this 27 Sep 00:05
· 2 commits to main since this release
  • Reworked startup of the server using a shell script that first checks
    if the node_modules directory is present. If the directory is NOT present,
    the npm install command is run to install the dependencies the server
    needs.
  • Tweaked names of the SQL files used to build the mysql database container
    to ensure they are loaded in the correct order and forced their use.
  • Correction to the command line arguments used to start the server in the
    server container.