Skip to content

Commit

Permalink
fix python command
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Sep 25, 2024
1 parent 67b22f2 commit 672381a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/latest-wrangler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 672381a

Please sign in to comment.