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 . .