WIP Persistent storage
This commit is contained in:
@@ -272,7 +272,7 @@ export default async function (job) {
|
||||
`DOCKER_HOST=${host} docker run ${envFound && `--env-file=${workdir}/.env`} ${labels.join(
|
||||
' '
|
||||
)} --name ${imageId} --network ${docker.network} --restart always ${
|
||||
volumes.length > 0 && volumes
|
||||
volumes.length > 0 ? volumes : ''
|
||||
} -d ${applicationId}:${tag}`
|
||||
);
|
||||
if (stderr) console.log(stderr);
|
||||
|
Reference in New Issue
Block a user