Skip to content

Commit

Permalink
correct CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Apr 29, 2024
1 parent 6c3f934 commit 35a5d13
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
@@ -1,3 +1,3 @@
FROM scratch
COPY image-prefetcher /
CMD ["image-prefetcher"]
CMD ["/image-prefetcher"]

0 comments on commit 35a5d13

Please sign in to comment.