Merge pull request #366 from crawlab-team/develop

updated Dockerfile.local
This commit is contained in:
Marvin Zhang
2019-12-16 11:23:02 +08:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ ADD . /app
ENV DEBIAN_FRONTEND noninteractive
# set tmp folder privillege
RUN chmod -R /tmp
RUN chmod -R 777 /tmp
# install packages
RUN apt-get update \