Skip to content

Commit

Permalink
chore: Remove complete path
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-sareno committed Oct 30, 2023
1 parent 597b248 commit 84ddeae
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 jenkins/jenkins:lts
COPY plugins.txt /usr/share/jenkins/plugins.txt
RUN /bin/jenkins-plugin-cli -f /usr/share/jenkins/plugins.txt
RUN jenkins-plugin-cli -f /usr/share/jenkins/plugins.txt

0 comments on commit 84ddeae

Please sign in to comment.