diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 3116d59..0e9ea30 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -39,7 +39,7 @@ RUN pnpm run build ################################################################################ # Create a new stage to run the application with minimal runtime dependencies # where the necessary files are copied from the build stage. -FROM base as final +FROM build as final # Use production node environment by default. ENV NODE_ENV production