Adds a docker image and build task for said image
This commit is contained in:
parent
37ba232a54
commit
d87c0192ac
6 changed files with 110 additions and 2 deletions
9
cli/server.dart
Normal file
9
cli/server.dart
Normal file
|
@ -0,0 +1,9 @@
|
|||
Future<int> main(List<String> args) async {
|
||||
print("Starting BugVault Server...");
|
||||
|
||||
// Check for settings.dat, which should contain all basic information.
|
||||
// Then check if any data exists. If not, create data hierarchy
|
||||
|
||||
print("Thank you for choosing BugVault! - Shutting down...");
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue