Fix example

This commit is contained in:
Daniil Gentili 2023-08-26 19:04:39 +02:00
parent 58cbab42e6
commit 6899adc1ba
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -305,8 +305,8 @@ commands:
```Dockerfile
# Dart stage
FROM dart:stable AS dart
FROM bufbuild/buf AS buf
FROM dart:stable AS dart
# Add your scss files
COPY --from=another_stage /app /app