diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ab6e43c..b0b839c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -10,7 +10,7 @@ RUN npm install COPY . . # COPY ./.env.example ./.env -RUN npx run check +RUN npm run check RUN npm run build