diff --git a/.github/actions/latest-wrangler/Dockerfile b/.github/actions/latest-wrangler/Dockerfile index 49e3c9e..da8e7d3 100755 --- a/.github/actions/latest-wrangler/Dockerfile +++ b/.github/actions/latest-wrangler/Dockerfile @@ -5,6 +5,5 @@ WORKDIR /app # We are installing a dependency here directly into our app source dir RUN pip install --target=/app requests packaging -WORKDIR /app ENV PYTHONPATH /app -CMD ["/app/main.py"] +CMD ["python", "/app/main.py"]