Skip to content

Commit

Permalink
remove prior debug of docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwwarren committed May 17, 2024
1 parent 4c82216 commit a2cb547
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 a2cb547

Please sign in to comment.