Skip to content

Commit

Permalink
Merge pull request #55 from netlify/sgirones-patch-dockerfile
Browse files Browse the repository at this point in the history
[Dockerfile] Fix build command
  • Loading branch information
sgirones authored Jul 6, 2017
2 parents 1dadc31 + 462912d commit a313863
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 @@ -2,7 +2,7 @@ FROM calavera/go-glide:v0.12.2

ADD . /go/src/github.com/netlify/gocommerce

RUN useradd -m netlify && cd /go/src/github.com/netlify/gocommerce && make deps build && mv gocommerce /usr/local/bin/
RUN useradd -m netlify && cd /go/src/github.com/netlify/gocommerce && make deps build_linux && mv gocommerce /usr/local/bin/

USER netlify
CMD ["gocommerce"]

0 comments on commit a313863

Please sign in to comment.