Skip to content

Commit

Permalink
fix Dockerfile for app engine sample (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and jmdobry committed Oct 10, 2016
1 parent 4ce13f9 commit ba151d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/extending-runtime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ COPY . /app/
RUN npm --unsafe-perm install

# Run the app, default is "npm start"
CMD npm start-on-prod
CMD npm run start-on-prod

0 comments on commit ba151d5

Please sign in to comment.