Skip to content

Commit

Permalink
fix: wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Mar 3, 2024
1 parent 786e058 commit 8ea8a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube_cache/cache.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:12.5-slim
RUN apt update && apt install ca-certificates -y && apt upgrade -y
WORKDIR /usr/local/kube_cache
COPY kube_cache/kube_cache /usr/local/bin/kube_cache
COPY default.png /usr/local/bin/kube_cache
COPY kube_cache/default.png /usr/local/bin/kube_cache

EXPOSE 8000

Expand Down

0 comments on commit 8ea8a6b

Please sign in to comment.