Skip to content

Commit

Permalink
fix(Dockerfile): Add all directories below /config. (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtk54 committed Apr 6, 2017
1 parent 4e4b69a commit eec8d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.slim
Expand Up @@ -3,7 +3,7 @@ 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

WORKDIR /packer

Expand Down

0 comments on commit eec8d92

Please sign in to comment.