mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-09 09:23:51 +00:00
fix: app image cannot find resources (#458)
* fix: typo prevents linux from finding resources
This commit is contained in:
@@ -41,7 +41,7 @@ export const isDocker = env === 'docker';
|
||||
|
||||
// =================================================
|
||||
// resolve path to external
|
||||
const productionPath = '../../Resources/extraResources/client';
|
||||
const productionPath = '../../resources/extraResources/client';
|
||||
const devPath = '../../client/build/';
|
||||
const dockerPath = 'client/';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user