diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 126ed9f..8728c7b 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Stage 0, "build-stage", based on Node.js, to build and compile the frontend -FROM node:20 as build-stage +FROM node:20 AS build-stage WORKDIR /app