1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

[docker/en] lowercase language name in highlight

This commit is contained in:
Boris Verkhovskiy
2024-12-28 03:47:24 -08:00
parent 18f20079fc
commit c0fe1adb7a

View File

@@ -216,7 +216,7 @@ an image from scratch)
but used like a convention
* Below is a sample Dockerfile but you can read in depth from the [official docs](https://docs.docker.com/engine/reference/builder/).
```Dockerfile
```dockerfile
FROM <base-image>
# define base image