Skip to content

Commit

Permalink
fix(Dockerfile): Manually do recursive copy. (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed Apr 6, 2017
1 parent eec8d92 commit b093d57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.slim
Expand Up @@ -3,7 +3,9 @@ FROM openjdk:8u111-jre-alpine
MAINTAINER delivery-engineering@netflix.com

COPY ./rosco-web/build/install/rosco /opt/rosco
COPY ./rosco-web/config/ /opt/rosco
COPY ./rosco-web/config /opt/rosco
COPY ./rosco-web/config/packer /opt/rosco/config
COPY ./rosco-web/config/packer/scripts /opt/rosco/config/packer

WORKDIR /packer

Expand Down

0 comments on commit b093d57

Please sign in to comment.