Skip to content

Commit dd3b7a9

Browse files
joltcannleush
authored andcommitted
running in docker complains abbout ./server and not ./server.js
1 parent a1c892c commit dd3b7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ GracefulCluster.start({
1212
serverFunction: function() {
1313
import('./server.js');
1414
}
15-
});
15+
});

0 commit comments

Comments
 (0)