diff --git a/Dockerfile b/Dockerfile index ae4dc4b..eb6b5b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ RUN echo "Python version:" \ && echo "All installed Python packages:" \ && pip freeze -RUN python3 -m compileall -q . +RUN python3 -m compileall -q ./juniorguru_plucker ENV ACTOR_PATH_IN_DOCKER_CONTEXT="${ACTOR_PATH_IN_DOCKER_CONTEXT}" CMD ["poetry", "run", "jgp", "crawl", "--apify"]