Skip to content

Commit

Permalink
fix path when running Grist
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
paulfitz committed Apr 18, 2023
1 parent 249eb5a commit a68932a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function startGrist() {
...process.env,
PORT: process.env.GRIST_PORT,
},
cwd: '/grist',
stdio: 'inherit',
detached: true,
});
Expand Down

0 comments on commit a68932a

Please sign in to comment.