mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-02 03:10:31 +02:00
Update Dockerfile
This commit is contained in:
@@ -16,12 +16,11 @@
|
|||||||
|
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
#FROM portainer/agent:alpine as original_agent
|
FROM portainer/agent:alpine as original_agent
|
||||||
#ENV PORTAINER_AGENT_ARGS=""
|
ENV PORTAINER_AGENT_ARGS=""
|
||||||
|
|
||||||
|
|
||||||
# Copy Portainer agent binaries
|
# Copy Portainer agent binaries
|
||||||
#COPY --from=agent / /
|
COPY --from=agent /app /app
|
||||||
|
|
||||||
#RUN chmod a+x /usr/sbin/healthcheck && \
|
#RUN chmod a+x /usr/sbin/healthcheck && \
|
||||||
# chmod a+x /usr/sbin/wait-for-signal
|
# chmod a+x /usr/sbin/wait-for-signal
|
||||||
|
|||||||
Reference in New Issue
Block a user