Skip to content

Commit

Permalink
chore(Dockerfile): remove call the "make init"
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilien-R authored and abusi committed Sep 23, 2019
1 parent e16d4aa commit 7c73018
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ WORKDIR /usr/src/app

COPY . /usr/src/app/

RUN make init
RUN pip install -e .[test]
RUN pip install -e .[test]

0 comments on commit 7c73018

Please sign in to comment.