diff --git a/images/n8n/Dockerfile b/images/n8n/Dockerfile index 9990883..b90bf2f 100644 --- a/images/n8n/Dockerfile +++ b/images/n8n/Dockerfile @@ -7,7 +7,7 @@ RUN mkdir /app WORKDIR /app RUN npm install n8n -FROM ${REPO_LOCATION}minideb_node +FROM ${REPO_LOCATION}minideb-node RUN install_packages sqlite3 COPY /app /app