docker build

This commit is contained in:
Jan Prochazka
2020-03-15 09:35:34 +01:00
parent ae3b826826
commit 3a8c961920
7 changed files with 155 additions and 26 deletions

View File

@@ -17,7 +17,6 @@ function createWindow() {
mainWindow = new BrowserWindow({ width: 800, height: 600 });
const apiProcess = fork(path.join(__dirname, '../packages/api/dist/bundle.js'));
console.log('API PROCESS', apiProcess);
const startUrl =
process.env.ELECTRON_START_URL ||