diff --git a/frontend/Dockerfile b/frontend/Dockerfile index df314c1..7fc5709 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM node:20-alpine as build +FROM node:20-alpine AS build WORKDIR /app