Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

3 stage build #201

Merged
merged 3 commits into from
Dec 5, 2017
Merged

3 stage build #201

merged 3 commits into from
Dec 5, 2017

Commits on Dec 5, 2017

  1. Cleanup make targets a bit

    Reduce number of targets used internally for building and use less confusing names. Add webpack target that will be needed for node only docker build stage.
    prymitive committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    3e6343d View commit details
    Browse the repository at this point in the history
  2. Split build into NodeJS and Go parts

    Go docker image uses old nodejs, split build into 2 stages so we can have better control over used nodejs and Go images
    prymitive committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    ffa0caf View commit details
    Browse the repository at this point in the history
  3. Disable default install targets for Travis, this adds 2x ~17s since t…

    …ravis runs npm install and then we run it too
    prymitive committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    e11dde8 View commit details
    Browse the repository at this point in the history