omniparse / Dockerfile
jeff86's picture
Update Dockerfile
ef9f748 verified
raw
history blame contribute delete
198 Bytes
FROM savatar101/omniparse:0.1
RUN chmod 777 /app
RUN mkdir /.cache
RUN chmod 777 /.cache
RUN mkdir /.wdm
RUN chmod 777 /.wdm
RUN mkdir /.local
RUN chmod 777 /.local
ENV TZ=Asia/Shanghai
EXPOSE 8000