Fix production server deploy

This commit is contained in:
Charles Bochet
2023-06-14 17:26:14 +02:00
parent ab9643bbb2
commit deee7a0f64

View File

@ -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