diff --git a/dup.rb b/dup.rb index 723ed04..08c3a22 100755 --- a/dup.rb +++ b/dup.rb @@ -49,11 +49,12 @@ def get_sample(name="container") container_name: "Something" mem_limit: 125M - interactive: false + stdin_open: false + tty: false detach: true remove: false stop_signal: SIGUSR1 - stop_grace_period: 5s + stop_grace_period: 5 before_build: - "echo 'Starting build'"