Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #142 from ryandub/fixdockerfile
Browse files Browse the repository at this point in the history
Fix docker build failures
  • Loading branch information
rpgreen committed Jan 12, 2016
2 parents 74e3f14 + ab74b18 commit 43ad8e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ COPY tst /app/tst/
WORKDIR /app

RUN mvn assembly:assembly \
&& mv build/maven/aws-apigateway-*-jar-with-dependencies.jar /aws-apigateway-importer.jar \
&& mvn clean \
&& rm -rf /app ~/.m2
&& mv target/aws-apigateway-*-jar-with-dependencies.jar /aws-apigateway-importer.jar \
&& mvn clean

VOLUME ["/root/.aws"]
VOLUME ["/data"]
Expand Down

0 comments on commit 43ad8e7

Please sign in to comment.