From 99806b33d9c34e31a901801b4599862b0c5af2ac Mon Sep 17 00:00:00 2001 From: goldbillka Date: Fri, 30 Aug 2024 12:59:53 +0300 Subject: [PATCH] Update hass-n8n/Dockerfile --- hass-n8n/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hass-n8n/Dockerfile b/hass-n8n/Dockerfile index fe9af47..d7416fd 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -2,7 +2,7 @@ ARG N8N_VERSION=1.41.0 FROM docker.n8n.io/n8nio/n8n:${N8N_VERSION} USER root RUN apk add --no-cache --update jq bash -WORKDIR /data +WORKDIR /root COPY docker-entrypoint.sh /tmp/docker-entrypoint.sh ENTRYPOINT ["bash", "/tmp/docker-entrypoint.sh"] EXPOSE 5678/tcp \ No newline at end of file