Ver código fonte

更新 'Dockerfile'

robert 5 anos atrás
pai
commit
eb0bd283bb
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -17,7 +17,7 @@ ADD flask_zbx_tools.zip /app/soft
 ADD entrypoint.sh /usr/bin/entrypoint.sh
 
 RUN unzip -d /app/soft/ /app/soft/flask_zbx_tools.zip \
-   && chown -R monitor.monitor /app/soft && chmod +x /usr/bin/entrypoint.sh 
+   && chmod +x /usr/bin/entrypoint.sh 
 
 ENTRYPOINT ["entrypoint.sh"]
 CMD ['/app/soft/flask_zbx_tools/start.sh']