Skip to content

Commit

Permalink
Minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mabrarov committed Nov 10, 2020
1 parent 4d080d8 commit 5526f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-image/src/main/resources/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gcr.io/distroless/cc-debian10

ADD ["redis-dist.tar.gz", "/usr/local"]

ADD ["rootfs.tar", ""]
ADD ["rootfs.tar", "/"]

USER nonroot

Expand Down

0 comments on commit 5526f0a

Please sign in to comment.