mirror of https://github.com/nicolargo/glances.git
Correct issue with the PR #2419 - Miss a chmod on the glances startup script
This commit is contained in:
parent
40fd7fe7c7
commit
ac4da6fd5b
|
|
@ -88,6 +88,7 @@ COPY /glances /app/glances
|
|||
|
||||
# Copy binary and update PATH
|
||||
COPY docker-bin.sh /usr/local/bin/glances
|
||||
RUN chmod a+x /usr/local/bin/glances
|
||||
ENV PATH="/venv/bin:$PATH"
|
||||
|
||||
# EXPOSE PORT (XMLRPC / WebUI)
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@ COPY /glances /app/glances
|
|||
|
||||
# Copy binary and update PATH
|
||||
COPY docker-bin.sh /usr/local/bin/glances
|
||||
RUN chmod a+x /usr/local/bin/glances
|
||||
ENV PATH="/venv/bin:$PATH"
|
||||
|
||||
# EXPOSE PORT (XMLRPC / WebUI)
|
||||
|
|
|
|||
Loading…
Reference in New Issue