Skip to content

Commit

Permalink
fixes rhuss/docker-maven-plugin#222
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Fischer <sw-dev@computerlyrik.de>
  • Loading branch information
computerlyrik committed Jul 18, 2015
1 parent 6a41f31 commit bb97f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ public String content() throws IllegalArgumentException {

addVolumes(b);
addEntries(b);
addRun(b);
addWorkdir(b);
addRun(b);
addCmd(b);
addEntryPoint(b);

Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/docker/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL com.acme.foobar="How are \"you\" ?"
EXPOSE 8080
VOLUME ["/vol1"]
COPY /src /export/dest
WORKDIR /tmp
RUN echo something
RUN echo second
WORKDIR /tmp
CMD ["c1","c2"]

0 comments on commit bb97f18

Please sign in to comment.