mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 01:25:42 -05:00
Ignore Dockerfile and add single core mode
This commit is contained in:
parent
dfcdfd92b1
commit
948df4a09c
3 changed files with 8 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -94,4 +94,7 @@ login.coffee
|
|||
npm-debug.log*
|
||||
|
||||
temp/
|
||||
Dockerfile
|
||||
### If you add something here, copy it to the end of .npmignore, too. ###
|
||||
|
||||
|
||||
|
|
|
@ -103,6 +103,7 @@ temp/
|
|||
|
||||
# local settings
|
||||
login.coffee
|
||||
Dockerfile
|
||||
|
||||
# debugging
|
||||
*.heapsnapshot
|
||||
|
|
4
singlecore.coffee
Normal file
4
singlecore.coffee
Normal file
|
@ -0,0 +1,4 @@
|
|||
require('coffee-script')
|
||||
require('coffee-script/register')
|
||||
server = require('./server')
|
||||
server.startServer()
|
Loading…
Reference in a new issue