CyCoreSystems / go-meteor

Utilities for Meteor in Go
Apache License 2.0
7 stars 0 forks source link

Only build the server #1

Closed jaskinn closed 5 years ago

jaskinn commented 5 years ago

On line 18 of the generated Dockerfile

RUN meteor build --directory $BUNDLE_DIR

Should it also have the '--server-only' flag?

Ulexus commented 5 years ago

That seems reasonable, yes.