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