From 659c0efd8631ea64b0ffffc10f696e2275bc4142 Mon Sep 17 00:00:00 2001 From: Kevin Pouget Date: Tue, 2 Jan 2024 11:44:35 +0100 Subject: [PATCH] Update README.md Use the right `Containerfile` filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd573673..c33c6ef8 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Build frontend image. ```sh $ podman build \ --tag ocpp-front \ - --file frontend-dev.containerfile \ + --file frontend.containerfile \ . ```