We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb7a69 commit 72be2c1Copy full SHA for 72be2c1
Dockerfile
@@ -3,6 +3,6 @@ WORKDIR /code
3
COPY . /code/
4
5
RUN pip install . && \
6
- stac_validator --help
+ stac-validator --help
7
8
-ENTRYPOINT ["stac_validator"]
+ENTRYPOINT ["stac-validator"]
0 commit comments