Skip to content

Commit

Permalink
Merge pull request #5 from vroncevic/dev
Browse files Browse the repository at this point in the history
[gen_pl_pro] Updated Dockerfile
  • Loading branch information
vroncevic committed Jun 12, 2020
2 parents eb3298b + 6fc7ee5 commit 8353000
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Expand Up @@ -36,12 +36,12 @@ RUN rm -Rf v1.0.0.zip sh_util-1.0.0
RUN mkdir /sh_tool/
COPY sh_tool /sh_tool/
RUN find /sh_tool/ -name "*.editorconfig" -type f -exec rm -Rf {} \;
RUN mkdir -p /root/scripts/apmodule/ver.1.0/
RUN mkdir -p /root/scripts/gen_pl_pro/ver.1.0/
RUN mkdir /root/bin/
RUN cp -R /sh_tool/bin/ /root/scripts/apmodule/ver.1.0/
RUN cp -R /sh_tool/conf/ /root/scripts/apmodule/ver.1.0/
RUN cp -R /sh_tool/log/ /root/scripts/apmodule/ver.1.0/
RUN cp -R /sh_tool/bin/ /root/scripts/gen_pl_pro/ver.1.0/
RUN cp -R /sh_tool/conf/ /root/scripts/gen_pl_pro/ver.1.0/
RUN cp -R /sh_tool/log/ /root/scripts/gen_pl_pro/ver.1.0/
RUN rm -Rf /sh_tool/
RUN chmod -R 755 /root/scripts/apmodule/ver.1.0/
RUN ln -s /root/scripts/apmodule/ver.1.0/bin/apmodule.sh /root/bin/apmodule
RUN tree /root/scripts/apmodule/ver.1.0/
RUN chmod -R 755 /root/scripts/gen_pl_pro/ver.1.0/
RUN ln -s /root/scripts/gen_pl_pro/ver.1.0/bin/gen_pl_pro.sh /root/bin/gen_pl_pro
RUN tree /root/scripts/gen_pl_pro/ver.1.0/

0 comments on commit 8353000

Please sign in to comment.