Skip to content

Commit

Permalink
Refactor dos2unix run
Browse files Browse the repository at this point in the history
  • Loading branch information
saquino0827 committed Mar 28, 2018
1 parent 4b2b6ac commit da620bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DockerfileTest
Expand Up @@ -2,8 +2,7 @@ FROM maven:3-jdk-8

RUN mkdir -p /usr/src/app/
RUN mkdir -p /usr/src/run/
RUN apt-get update && apt-get install
RUN apt-get install dos2unix
RUN apt-get update && apt-get install dos2unix

COPY ./ /usr/src/app/

Expand Down

0 comments on commit da620bc

Please sign in to comment.