Improve code blocks in docs: fix dockerfile codeblock language (#2880)

This commit is contained in:
Micash 2023-11-26 21:13:13 +01:00 committed by GitHub
parent 849b02a433
commit c58ebdc0d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ steps:
- And make the yaml declarative - And make the yaml declarative
- Plugins are Docker images with your script as an entrypoint - Plugins are Docker images with your script as an entrypoint
```yaml title="Dockerfile" ```dockerfile title="Dockerfile"
FROM laszlocloud/kubectl FROM laszlocloud/kubectl
COPY deploy /usr/local/deploy COPY deploy /usr/local/deploy
ENTRYPOINT ["/usr/local/deploy"] ENTRYPOINT ["/usr/local/deploy"]