feat(docker): add docker and publish images to ghcr (#411)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
VictorV
2020-10-09 14:42:29 -07:00
committed by GitHub
parent e1cae3ed71
commit c857985a6d
8 changed files with 147 additions and 54 deletions
+3
View File
@@ -118,6 +118,8 @@ const browser = {
open: envOrBoolean(process.env.OPEN_BROWSER)
};
const docker = envOrBoolean(process.env.DOCKER);
const logLevel = envOrString(process.env.LOG_LEVEL, 'info');
const notifications = {
@@ -225,6 +227,7 @@ const store = {
export const config = {
browser,
docker,
logLevel,
notifications,
nvidia,