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:
Salim Djerbouh 2023-02-09 16:25:26 +01:00 committed by GitHub
parent e0a45ff946
commit b35abe2a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ In order to build the [container image](../get-started/overview.md/#docker-objec
```dockerfile
# syntax=docker/dockerfile:1
FROM node:18-alpine
WORKDIR /app
COPY . .