fixed mkdir in dockerfile (#612)

This commit is contained in:
Ali Abdalla 2022-02-15 06:27:30 +04:00 committed by GitHub
parent 957f3983b4
commit ba8ec489e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ COPY ./guides ./guides
COPY ./demo ./demo
WORKDIR /gradio/website/homepage
ARG COLAB_NOTEBOOK_LINKS
RUN mkdir generated dist
RUN mkdir -p generated dist
RUN echo $COLAB_NOTEBOOK_LINKS > generated/colab_links.json
RUN npm install
RUN npm run build