From 393998dd1add9cfa3c4442ac91a8819a783a8075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Gon=C3=A7alves?= Date: Tue, 10 Dec 2024 13:54:53 +0000 Subject: [PATCH] Test build demo gallery --- Dockerfile.demo | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Dockerfile.demo b/Dockerfile.demo index c252033..345f3ab 100644 --- a/Dockerfile.demo +++ b/Dockerfile.demo @@ -1,18 +1,20 @@ FROM python:alpine AS pixabay RUN --mount=type=secret,id=pixabay \ - python < test.txt -print(token) +# python <