mirror of https://github.com/docker/docs.git
Comply to convention (#16695)
As per [the docs](https://docs.docker.com/engine/reference/builder/#parser-directives:~:text=Convention%20is%20also%20to%20include%20a%20blank%20line%20following%20any%20parser%20directives.) > Convention is also to include a blank line following any parser directives.
This commit is contained in:
parent
e0a45ff946
commit
b35abe2a3d
|
@ -78,6 +78,7 @@ In order to build the [container image](../get-started/overview.md/#docker-objec
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
# syntax=docker/dockerfile:1
|
# syntax=docker/dockerfile:1
|
||||||
|
|
||||||
FROM node:18-alpine
|
FROM node:18-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Loading…
Reference in New Issue