add dockerfile
add make commands for building and running using docker remove localhost on server address so it's not locked
This commit is contained in:
@@ -27,7 +27,7 @@ func createIssueConfig() task.TaskConfig {
|
||||
IssuePrefix: "pm",
|
||||
BeadsDBPath: "./.pm/db.db",
|
||||
StatisticsStoragePath: "./.pm/task-1-stats.json",
|
||||
WebAddress: "localhost:8080",
|
||||
WebAddress: ":8080",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user