Skip to content

Commit

Permalink
chore: update node in vote e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
shumailxyz committed Jul 20, 2023
1 parent 04dadb2 commit 45a5526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/vote/vote/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM node:12.22.6-alpine
FROM node:16.18.1-alpine

WORKDIR /app

ADD package.json package-lock.json /app/

RUN npm install
RUN mkdir node_modules/.cache && chmod -R 777 node_modules/.cache
ADD . /app

CMD ["npm", "run", "serve"]

0 comments on commit 45a5526

Please sign in to comment.