diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 4a32035..20ab217 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -6,6 +6,7 @@ COPY package*.json ./ RUN npm install COPY . . +ENV NODE_ENV=production RUN npm run build EXPOSE 3000