|
@@ -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']
|