Skip to content

Commit

Permalink
Add file example
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejholly committed Dec 14, 2023
1 parent 0ddcfd2 commit c0454ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ VERSION 0.7
basic:
FROM alpine
RUN echo "Hello World"

basic-file:
FROM alpine
RUN echo "Hello World" > file
SAVE ARTIFACT file AS file

0 comments on commit c0454ef

Please sign in to comment.