From 248064c0e39088ca08d0af3af19fd25747420afe Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 5 Nov 2022 21:28:44 +0000 Subject: [PATCH] typo --- images/n8n/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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