Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #5 from ripe-tech/hg/dockerfile
Browse files Browse the repository at this point in the history
feat: apk add --no-cache
  • Loading branch information
hugo-gomes authored Feb 2, 2023
2 parents 59aa60f + 01eb9f2 commit 803f17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ADD lib /app/lib

WORKDIR /app

RUN apk update && apk add nodejs npm
RUN apk update && apk add --no-cache nodejs npm
RUN npm install

CMD ["/usr/bin/node", "/app/app.js"]

0 comments on commit 803f17c

Please sign in to comment.