Skip to content

Commit 72be2c1

Browse files
committed
update Dockerfile
1 parent eeb7a69 commit 72be2c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ WORKDIR /code
33
COPY . /code/
44

55
RUN pip install . && \
6-
stac_validator --help
6+
stac-validator --help
77

8-
ENTRYPOINT ["stac_validator"]
8+
ENTRYPOINT ["stac-validator"]

0 commit comments

Comments
 (0)