move Earthfile to root folder

pull/258/head
nacho 2023-11-26 19:30:19 +01:00
parent 1aa0b5f62d
commit 5352aa0ebc
No known key found for this signature in database
GPG Key ID: BA7C337C868C3E55
2 changed files with 6 additions and 6 deletions

6
Earthfile Normal file
View File

@ -0,0 +1,6 @@
VERSION 0.7
FROM alpine:3.18.4
export-lists:
COPY --dir lists ./
SAVE ARTIFACT lists

View File

@ -1,6 +0,0 @@
VERSION 0.7
FROM alpine:3.18.4
export:
COPY list.json ./
SAVE ARTIFACT list.json