Skip to content

Commit

Permalink
bust cache before getting source
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbenz committed Jun 29, 2021
1 parent ab0340a commit 9093851
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ COPY package.json .
COPY package-lock.json .
RUN npm ci --only=production

# Make sure to get latest
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache

# Bundle app source
COPY . .

Expand Down

0 comments on commit 9093851

Please sign in to comment.