Skip to content

Commit a68932a

Browse files
committed
fix path when running Grist
I think I broke the omnibus when I flattened the image for #2 since it lost some path information. Not sure why I didn't catch this in testing.
1 parent 249eb5a commit a68932a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.js

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function startGrist() {
5454
...process.env,
5555
PORT: process.env.GRIST_PORT,
5656
},
57+
cwd: '/grist',
5758
stdio: 'inherit',
5859
detached: true,
5960
});

0 commit comments

Comments
 (0)