Skip to content

Commit

Permalink
Remove [dev] extra when building docker container for Porter. The dev…
Browse files Browse the repository at this point in the history
… build is no longer necessary.
  • Loading branch information
derekpierre committed Sep 29, 2023
1 parent 4059364 commit 1a4ea61
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 1a4ea61

Please sign in to comment.