diff --git a/infra/prod/front/Dockerfile b/infra/prod/front/Dockerfile index 764c28f99..9597d6b9e 100644 --- a/infra/prod/front/Dockerfile +++ b/infra/prod/front/Dockerfile @@ -11,6 +11,6 @@ COPY ./front . RUN yarn install RUN yarn build -RUN yarn install -g serve +RUN yarn global add serve CMD ["serve", "-s", "build"]