Skip to content

Commit e0313ec

Browse files
author
Christopher M. Neill
committed
revert
1 parent 918201f commit e0313ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ansible/roles/builder/templates/basic_node

ansible/roles/builder/templates/basic_node/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ RUN {{ command }}
3434
{% endif %}
3535

3636
# Define default command.
37-
CMD ulimit -c unlimited && /usr/local/bin/npm {{ npm_start_command | default('start') }} >> /var/log/{{ name }}-npm.log 2>&1
37+
CMD ulimit -c unlimited && /usr/local/bin/npm {{ npm_start_command | default('start') }} > /var/log/{{ name }}.log 2>&1
3838

0 commit comments

Comments
 (0)