deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

ref(rootfs/Dockerfile): consolidate RUN command #174

Closed arschles closed 8 years ago

arschles commented 8 years ago

There’s no reason I know of to separate some commands into another layer. Also, move some ENVs and port expositions to the top, as they’re almost never changed as well.

Depends on #173 before merge, since that will introduce Dockerfile tests into branch tests.