Skip to content

Commit

Permalink
Merge pull request #38 from derekpierre/remove-dev-extra
Browse files Browse the repository at this point in the history
Remove [dev] extra when building docker container for Porter
  • Loading branch information
KPrasch authored Sep 30, 2023
2 parents 4059364 + 1a4ea61 commit a09a447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ WORKDIR /code
COPY . /code

# Porter requirements
RUN pip3 install .[dev]
RUN pip3 install .

CMD ["/bin/bash"]

0 comments on commit a09a447

Please sign in to comment.