We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 918201f commit e0313ecCopy full SHA for e0313ec
1 file changed
ansible/roles/builder/templates/basic_node/Dockerfile
@@ -34,5 +34,5 @@ RUN {{ command }}
34
{% endif %}
35
36
# Define default command.
37
-CMD ulimit -c unlimited && /usr/local/bin/npm {{ npm_start_command | default('start') }} >> /var/log/{{ name }}-npm.log 2>&1
+CMD ulimit -c unlimited && /usr/local/bin/npm {{ npm_start_command | default('start') }} > /var/log/{{ name }}.log 2>&1
38
0 commit comments