Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Nov 16, 2020
1 parent 6df79c3 commit 0b196c6
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
Expand Up @@ -30,7 +30,7 @@ RUN apk --update --no-cache add \
libressl \
&& rm -rf /tmp/* /var/cache/apk/*

COPY --from=builder /opt/artifactory-cleanup /usr/local/bin/artifactory-cleanup
COPY --from=build /opt/artifactory-cleanup /usr/local/bin/artifactory-cleanup
RUN artifactory-cleanup --version

ENTRYPOINT [ "artifactory-cleanup" ]

0 comments on commit 0b196c6

Please sign in to comment.