Skip to content

Commit

Permalink
running in docker complains abbout ./server and not ./server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joltcan authored and nleush committed Mar 25, 2022
1 parent a1c892c commit dd3b7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ GracefulCluster.start({
serverFunction: function() {
import('./server.js');
}
});
});

0 comments on commit dd3b7a9

Please sign in to comment.