Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RodolfoSilva authored May 3, 2021
1 parent a1a694b commit e0a1abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:12-alpine
RUN apk add --no-cache git && npm install -g caprover@^2.0.0 && npm cache clean --force
FROM node:14-alpine
RUN apk add --no-cache git && npm install -g caprover && npm cache clean --force
COPY run.sh /run.sh
ENTRYPOINT ["sh","/run.sh"]

0 comments on commit e0a1abb

Please sign in to comment.