Skip to content

Commit

Permalink
remove prior debug of docker build (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Warren <[email protected]>
  • Loading branch information
mattwwarren and Matthew Warren committed May 17, 2024
1 parent 4c82216 commit 536498f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y \

WORKDIR /app
COPY . /app
RUN pip install -e .
RUN pip install .
RUN rm -rf /app/

ENTRYPOINT [ "cloudtruth-dynamic-importer" ]

0 comments on commit 536498f

Please sign in to comment.