You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.