Skip to content

Commit ba151d5

Browse files
JustinBeckwithjmdobry
authored andcommitted
fix Dockerfile for app engine sample (#231)
1 parent 4ce13f9 commit ba151d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/extending-runtime/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ COPY . /app/
1515
RUN npm --unsafe-perm install
1616

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

0 commit comments

Comments
 (0)