Update Dockerfile

This commit is contained in:
2020-09-23 01:25:35 +06:00
committed by GitHub
parent 00a1dce2be
commit e580d809e6

View File

@@ -19,6 +19,7 @@ RUN chown -R 1000:1000 /var/jenkins_home
USER 1000 USER 1000
COPY ./run /var/jenkins_home/
RUN chmod +x /var/jenkins_home/run RUN chmod +x /var/jenkins_home/run
ENTRYPOINT /var/jenkins_home/run ENTRYPOINT /var/jenkins_home/run