Skip to content

Commit 229e992

Browse files
author
Gabriel Monroy
committed
Merge pull request #502 from opdemand/revert-pr-489
Revert bind-mounting slugs read-only.
2 parents c8b5586 + f804ed8 commit 229e992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def run(self, command):
550550
version = release.version
551551
docker_args = ' '.join(
552552
['-a', 'stdout', '-a', 'stderr', '-rm',
553-
'-v', '/opt/deis/runtime/slugs/{app_id}-v{version}:/app:ro'.format(**locals()),
553+
'-v', '/opt/deis/runtime/slugs/{app_id}-v{version}:/app'.format(**locals()),
554554
'deis/slugrunner'])
555555
env_args = ' '.join(["-e '{k}={v}'".format(**locals())
556556
for k, v in release.config.values.items()])

0 commit comments

Comments
 (0)