Skip to content

Commit

Permalink
fix(Dockerfile): Navigate Docker's wonky COPY command. (#200)
Browse files Browse the repository at this point in the history
I tested this locally on a Docker container and verified that
the config directory structure looks how we actually want it to this
time.
  • Loading branch information
jtk54 committed Apr 7, 2017
1 parent b093d57 commit 358ab4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.slim
Expand Up @@ -4,8 +4,7 @@ MAINTAINER delivery-engineering@netflix.com

COPY ./rosco-web/build/install/rosco /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
COPY ./rosco-web/config/packer /opt/rosco/config/packer

WORKDIR /packer

Expand Down

0 comments on commit 358ab4f

Please sign in to comment.