Skip to content

Commit

Permalink
test: update cache dir permissions for vote-helm-module e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
shumailxyz committed Jul 13, 2023
1 parent 01388d4 commit 371d3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/projects/vote-helm-modules/vote-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ 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 371d3e2

Please sign in to comment.