Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Oct 29, 2024
1 parent dee4166 commit 46d5c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function createLaunchScript(
let machineCmd = '';
// if (isPodman && process.platform == 'darwin') {
// machineCmd = `podman machine reset -f && podman machine init --rootful --now -v /Volumes:/Volumes -v $HOME:$HOME podman-machine-default`;
// }
// }

let launchArgs = [
`${engineCmd} run -d --rm --shm-size=1gb -it --privileged --user=root --name neurodeskapp-${strPort} -p ${strPort}:${strPort} ` +
Expand Down

0 comments on commit 46d5c1e

Please sign in to comment.