We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90897a0 commit 38aa56dCopy full SHA for 38aa56d
Dockerfile
@@ -1,5 +1,5 @@
1
FROM python:3.13-alpine
2
RUN pip install db-diff
3
WORKDIR /files
4
-ENTRYPOINT ["csv-diff"]
+ENTRYPOINT ["db-diff"]
5
CMD ["--help"]
0 commit comments