Create service dockerising stuff
This commit is contained in:
10
game-systems-service/main.ts
Normal file
10
game-systems-service/main.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
import { CGGService } from 'cgg/Application.ts';
|
||||
import { Router } from 'oak';
|
||||
|
||||
const app = new CGGService({ prefix: '/game-systems' });
|
||||
|
||||
app.route(new Router());
|
||||
|
||||
app.start();
|
||||
console.log('User service running on ' + Deno.args.at(0));
|
Reference in New Issue
Block a user