Skip to content

Commit

Permalink
Remove duplicate cache call.
Browse files Browse the repository at this point in the history
This caches dependencies which should all be cached via deps.ts.
  • Loading branch information
chmac committed Aug 9, 2024
1 parent 4e36bc5 commit e38882e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ RUN deno cache deps.ts

# These steps will be re-run upon each file change in your working directory:
COPY . .
# Compile the main app so that it doesn't need to be compiled each startup/entry.
RUN deno cache validation/repost.ts

CMD ["run", "--allow-net", "validation/repost.ts"]

0 comments on commit e38882e

Please sign in to comment.