Skip to content

Commit

Permalink
Bump dependencies in user demo (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiklein authored Sep 27, 2024
1 parent 4067fe9 commit f1e0f10
Show file tree
Hide file tree
Showing 3 changed files with 940 additions and 511 deletions.
4 changes: 2 additions & 2 deletions user-demo/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:lts-alpine

WORKDIR /home/node/app

Expand All @@ -11,4 +11,4 @@ COPY . ./
# non-numeric user (node), cannot verify user is non-root'
USER 1000
EXPOSE 3000
CMD npm start
CMD [ "npm", "start" ]
Loading

0 comments on commit f1e0f10

Please sign in to comment.