Skip to content

Commit

Permalink
fix spacing in CMD directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius von Froreich (jvf) committed Aug 17, 2018
1 parent 2103bbc commit df65eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ ENV NODE_ENV dev

EXPOSE ${PORT}

CMD ["node" ,"--optimize_for_size" ,"--max_old_space_size=460" ,"--gc_interval=100" ,"packages/polyfill-service/bin/polyfill-service"]
CMD ["node", "--optimize_for_size", "--max_old_space_size=460", "--gc_interval=100", "packages/polyfill-service/bin/polyfill-service"]

0 comments on commit df65eb2

Please sign in to comment.