Fix production docs deploy

This commit is contained in:
Charles Bochet
2023-06-14 17:11:12 +02:00
parent 78ab7e235f
commit 7a0cdbcd05

View File

@ -11,6 +11,6 @@ COPY ./front .
RUN yarn install RUN yarn install
RUN yarn build RUN yarn build
RUN yarn install -g serve RUN yarn global add serve
CMD ["serve", "-s", "build"] CMD ["serve", "-s", "build"]