From 267308dc0c2acb42d8ffaf871337a70122f54a42 Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olbohlen@eenfach.de>
Date: Wed, 15 Feb 2023 11:46:43 +0100
Subject: [PATCH] fixed language issues...;)

---
 Containerfile |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Containerfile b/Containerfile
index 5eb9715..c0a5c4f 100644
--- a/Containerfile
+++ b/Containerfile
@@ -1,11 +1,11 @@
 FROM docker.eenfach.de/olbohlen/kshbase:latest
 LABEL author="Olaf Bohlen <olbohlen@eenfach.de>"
 
-COPY receipt-processor.ksh /usr/local/bin/receipt-processor.ksh
-RUN chmod 755 /usr/local/bin/receipt-processor.ksh && \
+COPY recipe-processor.ksh /usr/local/bin/recipe-processor.ksh
+RUN chmod 755 /usr/local/bin/recipe-processor.ksh && \
     useradd cookie && \
     dnf install -y jq
 
 USER cookie
 
-ENTRYPOINT ["/usr/local/bin/receipt-processor.ksh"]
\ No newline at end of file
+ENTRYPOINT ["/usr/local/bin/recipe-processor.ksh"]

--
Gitblit v1.9.3