diff --git a/infra/prod/front/Dockerfile b/infra/prod/front/Dockerfile index 28a135cdd..7bf59d59a 100644 --- a/infra/prod/front/Dockerfile +++ b/infra/prod/front/Dockerfile @@ -6,7 +6,7 @@ ARG REACT_APP_AUTH_URL WORKDIR /app/front COPY ./front . -RUN yarn install --prod +RUN yarn install RUN yarn build RUN yarn global add serve