Skip to content

Commit

Permalink
Fix example (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Sep 12, 2023
1 parent 77e208c commit bdb145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bdb145f

Please sign in to comment.