mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
Improve code blocks in docs: fix dockerfile codeblock language (#2880)
This commit is contained in:
parent
849b02a433
commit
c58ebdc0d5
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ steps:
|
|||
- And make the yaml declarative
|
||||
- Plugins are Docker images with your script as an entrypoint
|
||||
|
||||
```yaml title="Dockerfile"
|
||||
```dockerfile title="Dockerfile"
|
||||
FROM laszlocloud/kubectl
|
||||
COPY deploy /usr/local/deploy
|
||||
ENTRYPOINT ["/usr/local/deploy"]
|
||||
|
|
Loading…
Reference in a new issue