diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 1f47c31..ab6e43c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -10,6 +10,8 @@ RUN npm install COPY . . # COPY ./.env.example ./.env +RUN npx run check + RUN npm run build EXPOSE 3000