From 229acdd8d1d58b4312bda660db8ffde2f7132374 Mon Sep 17 00:00:00 2001 From: Martin Ledvinka Date: Fri, 25 Oct 2024 13:18:32 +0200 Subject: [PATCH] Fix Docker warning w.r.t. to upper/lower case keywords in Dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91d61460..526105b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN npm install --legacy-peer-deps # BUILD STAGE # run NPM build -FROM dependencies as build +FROM dependencies AS build # If an app is supposed to be deployed in a subdir, this is the place to specify that # Make sure that React app is built using the right path context COPY . .