Skip to content

Commit

Permalink
Fix node security issue (#1323)
Browse files Browse the repository at this point in the history
Also fix the missing Dockerfile and package.json
in hot-reload sample

Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot authored and balopat committed Nov 27, 2018
1 parent 9536a6c commit 9c2e4bb
Show file tree
Hide file tree
Showing 10 changed files with 2,658 additions and 2,364 deletions.
2 changes: 2 additions & 0 deletions examples/hot-reload/node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM gcr.io/k8s-skaffold/nodemon

EXPOSE 3000
CMD ["nodemon","--legacy-watch", "server.js"]
COPY *.js .
Loading

0 comments on commit 9c2e4bb

Please sign in to comment.