diff --git a/Dockerfile b/Dockerfile index 2a6f821..556c184 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ]