Skip to content

Commit

Permalink
remove -it from the podman call
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Apr 10, 2024
1 parent e80c793 commit 3fa0232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conjure-aas.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function submitHandler(req, res) {
// --------------------------------------------------------------------------------
// command for running with podman
let podmanArgs = ["run"
, "-it"
, "--rm"
, "--network=none"
, `-v $PWD/conjure-output/${thisJobId}:/outdir:z`
Expand All @@ -107,6 +106,7 @@ function submitHandler(req, res) {
, "--solutions-in-one-file"
, "--copy-solutions=no"
].concat(conjureOptions)

// run conjure
let conjureSpawn = spawn("podman", podmanArgs, { shell: true });

Expand Down

0 comments on commit 3fa0232

Please sign in to comment.