diff --git a/funflow.cabal b/funflow.cabal
--- a/funflow.cabal
+++ b/funflow.cabal
@@ -1,5 +1,5 @@
 Name:                funflow
-Version:             1.3.0
+Version:             1.3.1
 Synopsis:            Workflows with arrows
 Description:
         An arrow with resumable computations and logging
diff --git a/src/Control/Funflow/External/Docker.hs b/src/Control/Funflow/External/Docker.hs
--- a/src/Control/Funflow/External/Docker.hs
+++ b/src/Control/Funflow/External/Docker.hs
@@ -115,6 +115,7 @@
   , _etParams =
       [ "run"
       , "--user=" <> uidParam
+      , "--workdir=/output"
       ] ++ mounts ++
       [ imageArg
       , dCommand cfg
