Skip to content

Commit

Permalink
Add shell to cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Feb 5, 2024
1 parent 1a95e4b commit 723fb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ LABEL authors="SkriptLang"
RUN apk add --no-cache git openjdk17
COPY run-tests.py /run-tests.py

CMD ["python", "/run-tests.py"]
CMD ["/bin/sh", "-c", "python", "/run-tests.py"]

0 comments on commit 723fb90

Please sign in to comment.