Add start file to Dockerfile for docs

This commit is contained in:
Andrew Chen Wang 2020-07-24 13:26:38 -04:00 committed by GitHub
parent 11fdf17581
commit f325a5a63a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,10 @@ COPY ./compose/production/django/entrypoint /entrypoint
RUN sed -i 's/\r$//g' /entrypoint
RUN chmod +x /entrypoint
COPY ./compose/local/docs/start /start-docs
RUN sed -i 's/\r$//g' /start-docs
RUN chmod +x /start-docs
WORKDIR /docs
ENTRYPOINT ["/entrypoint"]
CMD make livehtml