Skip to content

Commit

Permalink
Merge pull request #213 from flexion/fix_terraform_deploy
Browse files Browse the repository at this point in the history
fix test target for shared npm
  • Loading branch information
sadlerw authored Nov 26, 2018
2 parents bbab187 + c4241db commit 836055e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions efcms-service/Dockerfile.terraform
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,12 @@ RUN wget -q -O terraform_0.11.8_linux_amd64.zip https://releases.hashicorp.com/t

RUN cp terraform /usr/local/bin/

COPY business/package.json /home/app/business/package.json
RUN cd /home/app/business; npm install

COPY efcms-service/package.json /home/app/efcms-service/package.json
RUN cd /home/app/efcms-service; npm install

COPY . /home/app

WORKDIR /home/app/efcms-service/terraform/main
Expand Down

0 comments on commit 836055e

Please sign in to comment.