Skip to content

Commit

Permalink
remove debug from todo app
Browse files Browse the repository at this point in the history
  • Loading branch information
shahidhk committed Nov 26, 2018
1 parent 860c45b commit ed09618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/examples/react-apollo-todo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN npm -g install serve

WORKDIR /app
COPY --from=builder /app/build .
CMD ["serve", "-s", "-d", "-p", "8080"]
CMD ["serve", "-s", "-p", "8080"]

0 comments on commit ed09618

Please sign in to comment.