diff options
Diffstat (limited to 'Bastillefile')
-rw-r--r-- | Bastillefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bastillefile b/Bastillefile index 9c97a2b..168855a 100644 --- a/Bastillefile +++ b/Bastillefile @@ -8,7 +8,7 @@ FSTAB /zroot/theglassyladies /var/db/theglassyladies nullfs rw 0 0 PKG nginx yarn sqlite3 rust # Download sources -CMD curl -kf http://192.168.1.50:3000/53hornet/theglassyladies/archive/master.tar.gz -o /tmp/build/master.tar.gz +fetch -o /tmp http://192.168.1.50:3000/53hornet/theglassyladies/archive/master.tar.gz CMD tar -xzvf /tmp/build/master.tar.gz -C /tmp/build # Build backend |